소스 검색

Define a form for Feature request issues (#641)

Luc Sinet 4 년 전
부모
커밋
1e8c792170
1개의 변경된 파일34개의 추가작업 그리고 0개의 파일을 삭제
  1. 34 0
      .github/ISSUE_TEMPLATE/feature-form.yaml

+ 34 - 0
.github/ISSUE_TEMPLATE/feature-form.yaml

@@ -0,0 +1,34 @@
+name: Feature Request
+description: Suggest an idea for improving this project
+title: "[Feature]: "
+labels: [enhancement]
+# assignees:
+#   - ChristianChiarulli 
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thank you for helping us improve !
+  - type: textarea
+    id: motivation
+    attributes:
+      label: Feature motivation
+      description: A clear and concise description of the problem or missing capability
+      placeholder: |
+        I am always frustrated when ...
+    validations:
+      required: true
+  - type: textarea
+    id: solution
+    attributes:
+      label: Describe the expected solution
+  - type: textarea
+    id: alternatives
+    attributes:
+      label: Describe the alternatives you've considered
+      description: Let us know about other solutions you've tried or researched
+  - type: textarea
+    id: additional-context
+    attributes:
+      label: Additional context
+      description: If applicable, add screenshots or link related issues