From df82b40f62eac6f0bcf0463f300672577e5b5afe Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Mon, 19 Jun 2023 11:25:49 +0100 Subject: [PATCH] Mark the platform version field in the "Bug Report" issue form as not required (#277) --- .github/ISSUE_TEMPLATE/Bug Report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug Report.yml b/.github/ISSUE_TEMPLATE/Bug Report.yml index 556b7c25..0da446dd 100644 --- a/.github/ISSUE_TEMPLATE/Bug Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug Report.yml @@ -84,4 +84,4 @@ body: attributes: label: Platform version(s) validations: - required: true + required: false