From b4d9bf9c162007f9467bf3e586f85614675d38b3 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sat, 4 Nov 2023 11:53:17 +0100 Subject: [PATCH] update issue templates Signed-off-by: Nicola Murino --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ .github/ISSUE_TEMPLATE/feature_request.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 89ccc19b..74b99f7a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -99,6 +99,8 @@ body: - "Small business (3-person firm with file exchange?)" - "Medium business" - "Enterprise" + validations: + required: true - type: textarea id: additional-info attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 72ff7b4a..f0cf871b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -32,6 +32,8 @@ body: - "Small business (3-person firm with file exchange?)" - "Medium business" - "Enterprise" + validations: + required: true - type: textarea attributes: label: Additional context