1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-31 20:15:55 +00:00

add trace log checkbox to bug report

(cherry picked from commit 6dc558cbf6ad4155ed35d4111e8368dcf57a8826)

Closes #3601
Closes #3602
This commit is contained in:
bakerboy448 2023-05-03 02:14:57 -05:00 committed by Bogdan
parent 14a77d8b3d
commit f026fea211

View file

@ -73,3 +73,10 @@ body:
Additionally, any additional info? Screenshots? References? Anything that will give us more context about the issue you are encountering! Additionally, any additional info? Screenshots? References? Anything that will give us more context about the issue you are encountering!
validations: validations:
required: true required: true
- type: checkboxes
attributes:
label: Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.
description: Trace logs are generally required for all bug reports
options:
- label: I have followed the steps in the wiki link above and provided the required trace logs that are relevant and show this issue.
required: true