From 5764fae28fb7a59bdd0ea209848252c733a7f5c1 Mon Sep 17 00:00:00 2001 From: Terminels Date: Wed, 27 Dec 2023 20:14:33 +0800 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- .github/ISSUE_TEMPLATE/feature_request.md | 7 ++++--- .github/ISSUE_TEMPLATE/question-and-answer.md | 10 ++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/question-and-answer.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bbc96bc..ce178d7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,8 @@ name: Bug report about: Create a report to help us improve title: "[BUG] " labels: bug -assignees: "" +assignees: '' + --- **Describe the bug** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 2bc5d5f..bbcbbe7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,10 @@ --- name: Feature request about: Suggest an idea for this project -title: "" -labels: "" -assignees: "" +title: '' +labels: '' +assignees: '' + --- **Is your feature request related to a problem? Please describe.** diff --git a/.github/ISSUE_TEMPLATE/question-and-answer.md b/.github/ISSUE_TEMPLATE/question-and-answer.md new file mode 100644 index 0000000..10cd99e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question-and-answer.md @@ -0,0 +1,10 @@ +--- +name: Question And Answer +about: Ask questions that are unclear or unclear about this project. +title: "[Q & A]" +labels: question +assignees: '' + +--- + +Describe your problems here. From b7ffbd8df657d063fb708302ed9aa3fe4b8bc56f Mon Sep 17 00:00:00 2001 From: Terminels Date: Wed, 27 Dec 2023 20:15:45 +0800 Subject: [PATCH 2/2] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..4a439c2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -title: '' +title: "[Feature Request]" labels: '' assignees: ''