From 3ffb514f71f40c09c35df651d00724f161ed40b0 Mon Sep 17 00:00:00 2001 From: ByteXenon <125568681+ByteXenon@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:49:57 -0700 Subject: [PATCH] Make 'version' field required in Bug Report template --- .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 7182c44..0db8663 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -27,7 +27,7 @@ body: Knowing the version of the package you are using can help us diagnose your issue more quickly. You can find the version by running `sherlock --version`. validations: - required: false + required: true - type: textarea id: description attributes: