diff --git a/.github/ISSUE_TEMPLATE/bug-issue.yml b/.github/ISSUE_TEMPLATE/bug-issue.yml index d94b9b36..6358b7a4 100644 --- a/.github/ISSUE_TEMPLATE/bug-issue.yml +++ b/.github/ISSUE_TEMPLATE/bug-issue.yml @@ -30,12 +30,14 @@ body: description: Add the steps to reproduce this bug including your environment. placeholder: Step 1. Download some files. Step 2. ... validations: - required: false + required: true - type: textarea attributes: label: Relevant log output description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. render: shell + validations: + required: true - type: textarea attributes: label: Screenshots or videos @@ -48,7 +50,7 @@ body: label: Solution description: If applicable, add a possible solution. validations: - required: false + required: true - type: textarea attributes: label: Additional context