Skip to content

Commit 08aad5a

Browse files
authored
Merge pull request #2357 from bytexenon/version-issue-templates
Add "Package version" field to issue templates
2 parents e94e00a + 3ffb514 commit 08aad5a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+9
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ body:
1919
- Other (indicate below)
2020
validations:
2121
required: true
22+
- type: input
23+
id: package-version
24+
attributes:
25+
label: Package version
26+
description: |
27+
Knowing the version of the package you are using can help us diagnose your issue more quickly.
28+
You can find the version by running `sherlock --version`.
29+
validations:
30+
required: true
2231
- type: textarea
2332
id: description
2433
attributes:

0 commit comments

Comments
 (0)