fix: use yaml, not yml YAML file extension

This commit is contained in:
Barrett Ruth 2026-02-02 22:14:04 -05:00
parent 0ae692bce7
commit 877b7f7fe7
6 changed files with 17 additions and 21 deletions

View file

@ -1,28 +0,0 @@
name: Feature Request
description: Suggest a feature
title: "feat: "
labels: [enhancement]
body:
- type: checkboxes
attributes:
label: Prerequisites
options:
- label: I have searched [existing issues](https://github.com/barrettruth/diffs.nvim/issues)
required: true
- type: textarea
attributes:
label: Problem
description: What problem does this solve?
validations:
required: true
- type: textarea
attributes:
label: Proposed solution
validations:
required: true
- type: textarea
attributes:
label: Alternatives considered