summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-08-08 01:39:44 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-08-08 01:39:44 +0200
commite3b8998635c1fad4fc6fbcb8f03616e433a924d5 (patch)
tree78b119321563a968132ded8c2887e8743a0632c4 /.github
parentfa40b2db0b073feceded4e1d37ad9936f973cd4d (diff)
Use a form for feature requests
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md20
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yaml50
2 files changed, 50 insertions, 20 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index 11fc491e..00000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-name: Feature request
-about: Suggest an idea for this project
-title: ''
-labels: enhancement
-assignees: ''
-
----
-
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
-
-**Additional context**
-Add any other context or screenshots about the feature request here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml
new file mode 100644
index 00000000..1a6c103b
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yaml
@@ -0,0 +1,50 @@
+name: Feature request
+description: Suggest an idea for this project
+title: ""
+labels: [enhancement]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Please verify that there is no feature request for this already!
+ - type: textarea
+ id: problem
+ attributes:
+ label: The Problem
+ description: Is your feature request related to a problem? Please describe.
+ placeholder: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
+ validations:
+ required: true
+ - type: textarea
+ id: solution
+ attributes:
+ label: The Solution
+ description: Describe the solution you'd like
+ placeholder: A clear and concise description of what you want to happen.
+ validations:
+ required: true
+ - type: textarea
+ id: alternatives
+ attributes:
+ label: Alternatives
+ description: Describe alternatives you've considered.
+ placeholder: A clear and concise description of any alternative solutions or features you've considered.
+ validations:
+ required: false
+ - type: textarea
+ id: context
+ attributes:
+ label: Additional context
+ description: Describe alternatives you've considered.
+ placeholder: Add any other context or screenshots about the feature request here.
+ validations:
+ required: false
+ - type: checkboxes
+ id: version-check
+ attributes:
+ label: Happens in the latest version
+ description: Please verified, that this is still missing in the latest version.
+ options:
+ - label: Yes, this feature is still missing.
+ required: true
+