diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 57dbcab14..7746a40c2 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 87d4e9a1c..d8bd82579 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