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