Make 'version' field required in Bug Report template
This commit is contained in:
parent
24f64b3e32
commit
3ffb514f71
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue