diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml new file mode 100644 index 0000000..475c88b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -0,0 +1,9 @@ +name: Feature request +description: Request a new feature +body: + - type: textarea + id: feature-description + attributes: + label: Description + validations: + required: true