diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..c4f0579 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,14 @@ +name: Feature Request +description: Request a feature +type: Feature +body: + - type: markdown + attributes: + value: | + Think you've got a good feature? Suggest it below! + - type: textarea + id: feature-request + attributes: + label: Describe your feature + validations: + required: true