瀏覽代碼

Update feature_request.md

Aykut Saraç 2 年之前
父節點
當前提交
d3a390a6b6
共有 1 個文件被更改,包括 30 次插入19 次删除
  1. 30 19
      .github/ISSUE_TEMPLATE/feature_request.md

+ 30 - 19
.github/ISSUE_TEMPLATE/feature_request.md

@@ -1,20 +1,31 @@
----
 name: Feature request
-about: Suggest an idea for this project
-title: ''
-labels: feature
-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.
+description: Request a new feature
+labels: [feature request]
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Feature
+      description: A clear and concise description of what the problem is, or what feature you want to be implemented.
+      placeholder: I'm always frustrated when..., Discord has recently released..., A good addition would be...
+    validations:
+      required: true
+  - type: dropdown
+    id: package
+    attributes:
+      label: Is the feature mobile responsive?
+      options:
+        - Yes
+        - No
+    validations:
+      required: false
+  - type: textarea
+    id: alternatives
+    attributes:
+      label: Alternative solutions or implementations
+      description: A clear and concise description of any alternative solutions or features you have considered.
+  - type: textarea
+    id: additional-context
+    attributes:
+      label: Other context
+      description: Any other context, screenshots, or file uploads that help us understand your feature request.