diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 00000000..9c377e02 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,18 @@ +name: Feature Request +description: I'd like to request additional functionality +body: + - type: markdown + attributes: + value: | + Before opening a new issue, take a moment to search through the current open ones. + + --- + + - type: textarea + id: desc + attributes: + label: Description + description: "Describe your idea" + validations: + required: true + |