Make 'version' field required in Bug Report template

This commit is contained in:
ByteXenon 2024-11-04 04:49:57 -07:00
parent 24f64b3e32
commit 3ffb514f71

View file

@ -27,7 +27,7 @@ body:
Knowing the version of the package you are using can help us diagnose your issue more quickly. 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`. You can find the version by running `sherlock --version`.
validations: validations:
required: false required: true
- type: textarea - type: textarea
id: description id: description
attributes: attributes: