From 08aad5a75572c1bf0c8988f200843eb9af720e28 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Nov 04 2024 23:30:39 +0000 Subject: Merge pull request #2357 from bytexenon/version-issue-templates Add "Package version" field to issue templates --- diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index bbf6b4c..0db8663 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -19,6 +19,15 @@ body: - Other (indicate below) validations: required: true + - type: input + id: package-version + attributes: + label: Package version + description: | + 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: true - type: textarea id: description attributes: