diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9f557d227..cb6146c5d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -62,11 +62,20 @@ body: required: true - type: textarea attributes: - label: Anything else? + label: Trace Logs? description: | Trace Logs (https://wiki.servarr.com/sonarr/troubleshooting#logging-and-log-files) - Links? References? Anything that will give us more context about the issue you are encountering! - + ***Generally speaking, all bug reports must have trace logs provided.*** + validations: + required: true +- type: textarea + attributes: + label: Anything else? + description: | + Links? Screenshots? References? Anything that will give us more context about the issue you are encountering! + ***Generally speaking, all bug reports must have trace logs provided.*** + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. validations: required: true + required: true