Browse Source

update issue templates

John Guan 2 years ago
parent
commit
5f015e9038

+ 1 - 1
.github/ISSUE_TEMPLATE/alpha_bug_report.yaml → .github/ISSUE_TEMPLATE/alpha_bug_report.yml

@@ -1,4 +1,4 @@
-name: "[Alpha Only] Bug Report"
+name: "9. [Alpha Only] Bug Report"
 description: CasaOS Alpha Testing specific bug report form.
 title: "[Alpha][Bug] "
 labels: ["alpha", "bug"]

+ 0 - 0
.github/ISSUE_TEMPLATE/app_request.yaml → .github/ISSUE_TEMPLATE/app_request.yml


+ 1 - 1
.github/ISSUE_TEMPLATE/bug_report.md

@@ -1,5 +1,5 @@
 ---
-name: Bug report
+name: 4. Bug report
 about: Create a report to help us improve
 title: '[Bug] '
 labels: 'bug'

+ 1 - 1
.github/ISSUE_TEMPLATE/feature_request.md

@@ -1,5 +1,5 @@
 ---
-name: Feature request
+name: 3. Feature request
 about: Suggest an idea for this project
 title: ''
 labels: ''

+ 26 - 0
.github/ISSUE_TEMPLATE/feedback.yml

@@ -0,0 +1,26 @@
+name: "1. Feedback"
+description: Feedback, showcases, thoughts, needs and questions, etc.
+title: "[Feedback] "
+labels: ["feedback"]
+assignees:
+  - JohnGuan
+  - ETWang1991
+body:
+  - type: markdown
+    attributes:
+      value: |
+        ### ❤️ Thanks for your feedback!
+        > Come join our [Discord community](https://discord.gg/knqAbbBbeX) and paint the ideal home cloud with us.
+  - type: textarea
+    id: description
+    attributes:
+      label: Description
+      placeholder: What do you want to tell us?
+    validations:
+      required: true
+  - type: textarea
+    id: additional
+    attributes:
+      label: Additional Information
+      description: Please add logs/files/screenshots if you have them to help us better understanding.
+

+ 1 - 1
.github/ISSUE_TEMPLATE/submit-application.md

@@ -1,5 +1,5 @@
 ---
-name: Submit application
+name: 5. Submit application
 about: Add an app to this project
 title: ''
 labels: ''