diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1e5170361..8e4e7a9ca 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -20,7 +20,8 @@ body: description: | Provide an overview of the problem, include any information that may help us triage this issue. Provide screenshots if possible, but do NOT show sensitive data (use View -> Allow Screen Capture). - required: true + validations: + required: true - type: textarea id: steps @@ -31,7 +32,8 @@ body: 1. 2. 3. - required: true + validations: + required: true - type: textarea id: expected_vs_actual diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d1bfa57a7..5d0053c4d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -18,7 +18,8 @@ body: description: | Provide an overview of the feature you are interested in adding. Provide screenshots if possible, but do NOT show sensitive data (use View -> Allow Screen Capture). - required: true + validations: + required: true - type: textarea id: example diff --git a/.github/ISSUE_TEMPLATE/prerelease_bug_report.yml b/.github/ISSUE_TEMPLATE/prerelease_bug_report.yml index 70bd4f72e..11a298db5 100644 --- a/.github/ISSUE_TEMPLATE/prerelease_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/prerelease_bug_report.yml @@ -22,7 +22,8 @@ body: description: | Provide an overview of the problem, include any information that may help us triage this issue. Provide screenshots if possible, but do NOT show sensitive data (use View -> Allow Screen Capture). - required: true + validations: + required: true - type: textarea id: steps @@ -33,7 +34,8 @@ body: 1. 2. 3. - required: true + validations: + required: true - type: textarea id: expected_vs_actual