aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/01-feature.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/01-feature.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/01-feature.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/01-feature.yml b/.github/ISSUE_TEMPLATE/01-feature.yml
new file mode 100644
index 000000000..902379b56
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/01-feature.yml
@@ -0,0 +1,28 @@
+name: Feature request
+description: File a new feature request
+labels: ["enhancement", "needs-triage"]
+body:
+
+ - type: textarea
+ id: feature
+ attributes:
+ label: Feature description
+ description: Please describe the behavior you'd like to see.
+ validations:
+ required: true
+
+ - type: textarea
+ id: problem-usecase
+ attributes:
+ label: Problem or use case
+ description: Please explain which problem this would solve, or what the use case is for the feature. Keep in mind that it's more likely to be implemented if it's generally useful for a larger number of users.
+ validations:
+ required: true
+
+ - type: textarea
+ id: alternatives
+ attributes:
+ label: Alternatives or workarounds
+ description: Please describe any alternatives or workarounds you have considered and, possibly, rejected.
+ validations:
+ required: true