Skip to content

Commit

Permalink
Update issue form
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Sep 12, 2023
1 parent 25555f3 commit e549420
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ 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've checked that there is no other issue about this feature request.
required: true
Expand Down

0 comments on commit e549420

Please sign in to comment.