From d01928a87851a29dad88bf3e67ca9c29e53df702 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Wed, 27 Nov 2024 02:38:54 -0600 Subject: [PATCH] refactor: add required --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +++ .github/ISSUE_TEMPLATE/feature-request.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 57dbcab1..7746a40c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -85,7 +85,10 @@ body: attributes: label: Will you send a PR to fix it? description: Let us know if you are planning to submit a pull request to address this issue. + options: - "Yes" - "No" - "Maybe, need help" + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 87d4e9a1..d8bd8257 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -40,3 +40,5 @@ body: - "Yes" - "No" - "Maybe, need help" + validations: + required: true