From dd3b57da270e163521ebcb17c0d961240d5d14c8 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Sun, 21 Nov 2021 11:07:13 -0600 Subject: [PATCH] Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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