Skip to content

Commit

Permalink
Update bug report form
Browse files Browse the repository at this point in the history
Add link to logcat tutorial
  • Loading branch information
z-huang committed Aug 13, 2024
1 parent 4651d79 commit 7b5fa75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ body:
attributes:
label: Logs
description: |
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.
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. Check https://developer.android.com/tools/logcat on how to get logs.
validations:
required: true

Expand All @@ -76,7 +76,7 @@ body:
description: |
You can find your InnerTune version in **Settings**.
placeholder: |
Example: "0.5.3"
Example: "0.5.6"
validations:
required: true

Expand All @@ -87,7 +87,7 @@ body:
description: |
You can find this somewhere in your Android settings.
placeholder: |
Example: "Android 12"
Example: "Android 13"
validations:
required: true

Expand Down

0 comments on commit 7b5fa75

Please sign in to comment.