From d8b67fc49da2adf2148a669e164a6446159561d9 Mon Sep 17 00:00:00 2001 From: Zion Huang Date: Tue, 12 Sep 2023 11:09:48 +0800 Subject: [PATCH] Update bug report form --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 074e8271e..41f82c3fa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,10 +6,11 @@ body: id: checklist attributes: label: Checklist + description: You should ensure the completion of the task before proceeding to check it off the checklist. Neglecting to do so may impede the efficiency of the issue resolution process. The developer has the right to delete the issue directly if you check the list blindly. options: - - label: I am able to reproduce the bug with the [latest DEBUG version](https://github.com/z-huang/InnerTune/actions). + - label: I am able to reproduce the bug with the [latest debug version](https://github.com/z-huang/InnerTune/actions). required: true - - label: I've checked that there is no issue about this bug. + - label: I've checked that there is no open or closed issue about this bug. required: true - label: This issue contains only one bug. required: true @@ -64,7 +65,9 @@ body: attributes: label: Logs description: | - If your bug includes a crash, please use `adb logcat` or other ways to provide logs. + Please use `adb logcat` or other ways to provide logs. This field is strongly recommended to be filled. Without this information, it's likely that the developer is unable to take any meaningful action or provide further assistance. + validations: + required: true - type: input id: app-version @@ -73,7 +76,7 @@ body: description: | You can find your InnerTune version in **Settings**. placeholder: | - Example: "0.2.1-beta" + Example: "0.5.3" validations: required: true