Add version number field to Bug Report issue template

This commit is contained in:
ByteXenon 2024-11-04 04:46:59 -07:00
parent e94e00af53
commit 24f64b3e32

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: false
- type: textarea
id: description
attributes: