瀏覽代碼

[skipci] set template

Yann Stepienik 2 年之前
父節點
當前提交
41f3efcf01
共有 1 個文件被更改,包括 14 次插入1 次删除
  1. 14 1
      .github/ISSUE_TEMPLATE/feature request.yml

+ 14 - 1
.github/ISSUE_TEMPLATE/feature request.yml

@@ -1,4 +1,17 @@
 name: Feature Request
 description: Request a new feature
 title: "[FEAT]: "
-labels: [feature, review]
+labels: [feature, review]
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thanks for taking the time to request a new feature! before doing so, make sure that the feature you're requesting isn't already requested. You can do so by searching the issues first.
+  - type: textarea
+    id: feature-description
+    attributes:
+      label: Feature Description
+      description: A clear and concise description of the feature you're requesting.
+      placeholder: "As a user, I want to be able to do X so that I can Y."
+    validations:
+      required: true