Commit 3aa8648

derdilla <82763757+NobodyForNothing@users.noreply.github.com>
2023-09-12 17:03:56
add form for feature requests
1 parent 8878bb8
Changed files (2)
.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,12 +0,0 @@
----
-name: Feature request
-about: Suggest an idea for this project
-title: ''
-labels: enhancement
-assignees: ''
-
----
-
-**What you want**
-
-**Why you want it**
.github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,17 @@
+name: "Feature request"
+description: Suggest an idea for this project.
+title: "[FEATURE] - <title>"
+labels: [
+  "enhancement"
+]
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: "What you want:"
+      placeholder: Short and precise description of what you want...
+   type: textarea
+    id: description
+    attributes:
+      label: "Why you want it:"
+      description: What benefit does this feature bring you? How would this impact the average user?