From 5f015e9038582ea54510af014157adc755e06355 Mon Sep 17 00:00:00 2001 From: John Guan Date: Wed, 2 Nov 2022 11:26:24 +0800 Subject: [PATCH] update issue templates --- ...a_bug_report.yaml => alpha_bug_report.yml} | 2 +- .../{app_request.yaml => app_request.yml} | 0 .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/feedback.yml | 26 +++++++++++++++++++ .github/ISSUE_TEMPLATE/submit-application.md | 2 +- 6 files changed, 30 insertions(+), 4 deletions(-) rename .github/ISSUE_TEMPLATE/{alpha_bug_report.yaml => alpha_bug_report.yml} (96%) rename .github/ISSUE_TEMPLATE/{app_request.yaml => app_request.yml} (100%) create mode 100644 .github/ISSUE_TEMPLATE/feedback.yml diff --git a/.github/ISSUE_TEMPLATE/alpha_bug_report.yaml b/.github/ISSUE_TEMPLATE/alpha_bug_report.yml similarity index 96% rename from .github/ISSUE_TEMPLATE/alpha_bug_report.yaml rename to .github/ISSUE_TEMPLATE/alpha_bug_report.yml index 93bf0a2..32f8a1d 100644 --- a/.github/ISSUE_TEMPLATE/alpha_bug_report.yaml +++ b/.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"] diff --git a/.github/ISSUE_TEMPLATE/app_request.yaml b/.github/ISSUE_TEMPLATE/app_request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/app_request.yaml rename to .github/ISSUE_TEMPLATE/app_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 31b67cc..36fc3c0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.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' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..e3f0500 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.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: '' diff --git a/.github/ISSUE_TEMPLATE/feedback.yml b/.github/ISSUE_TEMPLATE/feedback.yml new file mode 100644 index 0000000..6e648e3 --- /dev/null +++ b/.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. + diff --git a/.github/ISSUE_TEMPLATE/submit-application.md b/.github/ISSUE_TEMPLATE/submit-application.md index 23fc1a4..9a9cb0b 100644 --- a/.github/ISSUE_TEMPLATE/submit-application.md +++ b/.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: ''