From 8e33cf5509dee2aa77be24ccd84d6a4dd66ed20d Mon Sep 17 00:00:00 2001 From: Anton Novikov Date: Thu, 18 Jul 2024 18:17:01 +0200 Subject: [PATCH] Make all fields as required in bug.yml. --- .github/ISSUE_TEMPLATE/bug.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 9fe0fc5..5d87f83 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -23,7 +23,7 @@ body: label: Steps to reproduce description: Tell us how to reproduce this bug. validations: - required: false + required: true - type: textarea id: expected-behaviour @@ -31,7 +31,7 @@ body: label: Expected behaviour description: Tell us what should happen. validations: - required: false + required: true - type: textarea id: actual-behaviour @@ -39,7 +39,7 @@ body: label: Actual behaviour description: Tell us what happens instead. validations: - required: false + required: true - type: textarea id: environment-info @@ -52,7 +52,7 @@ body: Shell: Terminal: validations: - required: false + required: true - type: checkboxes id: code-of-conduct