From 6bbb7dcfac188c3bf2a6687a06bba0978a4e5770 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Thu, 19 Dec 2024 23:56:39 -0500 Subject: [PATCH] Correct syntax in issue forms --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 ++++-- .github/ISSUE_TEMPLATE/feature_request.yml | 3 ++- .github/ISSUE_TEMPLATE/prerelease_bug_report.yml | 6 ++++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1e5170361b..8e4e7a9ca2 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 d1bfa57a76..5d0053c4de 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 70bd4f72e1..11a298db5e 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