Skip to content

Commit dbb48fe

Browse files
committed
chore: add library version input field in bug report template
1 parent 142fe7f commit dbb48fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ body:
2323
description: Please list the component(s) impacted by this issue.
2424
validations:
2525
required: true
26+
- type: input
27+
id: version
28+
attributes:
29+
label: Library version
30+
description: Please provide the version of `@spectrum-web-components/*` you were using when this issue occurred (e.g., 1.8.0).
31+
validations:
32+
required: false
2633
- type: textarea
2734
id: expected-behavior
2835
attributes:

0 commit comments

Comments
 (0)