mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 19:33:02 +00:00
Add version number field to Bug Report issue template
This commit is contained in:
parent
e94e00af53
commit
24f64b3e32
1 changed files with 9 additions and 0 deletions
9
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
9
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
@ -19,6 +19,15 @@ body:
|
||||||
- Other (indicate below)
|
- Other (indicate below)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue