From 17a291f430cdc0f1412f6512a38e3b8ba3cff1d3 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 26 Jul 2022 19:27:01 +0200 Subject: [PATCH] docs: make form inputs `required` --- .github/ISSUE_TEMPLATE/bug-issue.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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