info: add sample file to bug report template
Should hopefully prevent a situation when someone will report a bug and then ghost me when I ask for a sample file.
This commit is contained in:
parent
e5983db417
commit
287270fcdf
1 changed files with 7 additions and 0 deletions
7
.github/ISSUE_TEMPLATE/bug-crash-report.yml
vendored
7
.github/ISSUE_TEMPLATE/bug-crash-report.yml
vendored
|
@ -57,6 +57,13 @@ body:
|
|||
placeholder: OnePlus 7T (LineageOS)
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: sample-file
|
||||
attributes:
|
||||
label: Provide a sample file
|
||||
description: Upload a sample file the error is related to the loading or playback of music files. **IF YOU DO NOT DO THIS, I WILL BE UNABLE TO SOLVE YOUR ISSUE.** Music loading errors will indicate what file is causing the issue. Upload that file. If the audio is copyrighted, you should cut it out in an audio error while still making sure the edited file reproduces the issue.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
|
|
Loading…
Reference in a new issue