Merge pull request #2357 from bytexenon/version-issue-templates

Add "Package version" field to issue templates
This commit is contained in:
Paul Pfeister 2024-11-04 18:30:39 -05:00 committed by GitHub
commit 08aad5a755
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: