From 287270fcdfa57e8a29dfed7efd090265543b2101 Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Fri, 1 Mar 2024 07:41:00 -0700 Subject: [PATCH] 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. --- .github/ISSUE_TEMPLATE/bug-crash-report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-crash-report.yml b/.github/ISSUE_TEMPLATE/bug-crash-report.yml index 7b94b9916..f83f6b5e7 100644 --- a/.github/ISSUE_TEMPLATE/bug-crash-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-crash-report.yml @@ -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: