From 1d2744ab3eabaa4458fc2e33e3fb516d959fe8da Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Mon, 5 Dec 2022 20:49:58 +0800 Subject: [PATCH 1/5] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 331953e..22e7afd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -26,4 +26,3 @@ I have tested using the test mod, and the issue still exists. I have read the [常见问题](https://juewuy.github.io/chang-jian-wen-ti/) and was unable to solve the issue. " required: true - - label: " From d5157eb68b11406cbe1e8bc969eef1dbe7fddec8 Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Mon, 5 Dec 2022 20:51:02 +0800 Subject: [PATCH 2/5] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 22e7afd..8caac1c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -23,6 +23,5 @@ I have tested using the test mod, and the issue still exists. required: true - label: " 我已经仔细看过 [常见问题](https://juewuy.github.io/chang-jian-wen-ti/) 并无法自行解决问题 -I have read the [常见问题](https://juewuy.github.io/chang-jian-wen-ti/) and was unable to solve the issue. " required: true From 234daf87b3e3f97da8fe370d27347d15f00abe3e Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Mon, 5 Dec 2022 20:54:08 +0800 Subject: [PATCH 3/5] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8caac1c..b7d1911 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -25,3 +25,8 @@ I have tested using the test mod, and the issue still exists. 我已经仔细看过 [常见问题](https://juewuy.github.io/chang-jian-wen-ti/) 并无法自行解决问题 " required: true + - type: textarea + attributes: + label: Description + validations: + required: true From 527127f539ccf3967b6c8fd5faaa6ca9ed9c8362 Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Mon, 5 Dec 2022 20:58:45 +0800 Subject: [PATCH 4/5] Create feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..363489e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,33 @@ +name: Bug report +description: Create a report to help us improve +title: "[Bug] " +body: + - type: checkboxes + id: ensure + attributes: + label: Verify steps + description: " +在提交之前,请确认 +Please verify that you've followed these steps +" + options: + - label: " +我已经在 [Issue Tracker](……/) 中找过我要提出的问题 +I have searched on the [issue tracker](……/) for a related issue. +" + required: true + - label: " +我已经使用公测版本测试过,问题依旧存在 +I have tested using the test mod, and the issue still exists. +" + required: true + - label: " +我已经仔细看过 [常见问题](https://juewuy.github.io/chang-jian-wen-ti/) 并无法自行解决问题 +" + required: true + - type: textarea + attributes: + label: Description + description: 请详细、清晰地表达你要提出的论述,例如这个问题如何影响到你?你想实现什么功能?目前ShellClash的行为是什么? + validations: + required: true From 0ef13778d4d84d9285293bf3a352ced7567a72c9 Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Mon, 5 Dec 2022 20:59:01 +0800 Subject: [PATCH 5/5] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b7d1911..cdb21f4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ -name: Bug report -description: Create a report to help us improve -title: "[Bug] " +name: Feature report +description: Suggest an idea for this project +title: "[Feature] " body: - type: checkboxes id: ensure @@ -17,7 +17,7 @@ I have searched on the [issue tracker](……/) for a related issue. " required: true - label: " -我已经使用 公测版本测试过,问题依旧存在 +我已经使用公测版本测试过,问题依旧存在 I have tested using the test mod, and the issue still exists. " required: true