Skip to content

Commit ed3380f

Browse files
markcaronzeroedin
andauthored
chore: add version number to issue template (#2436)
Update 1-bug-report.yml with version number Adding RHDS version number field Co-authored-by: Steven Spriggs <[email protected]>
1 parent adabbe6 commit ed3380f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,17 @@ body:
3434
---
3535
## Debugging Info
3636
37+
- type: input
38+
id: version
39+
attributes:
40+
label: RHDS version number
41+
description: >-
42+
What version of Red Hat Design System is being used? If unknown, put `unknown`
43+
placeholder: >-
44+
3.0.3
45+
validations:
46+
required: true
47+
3748
- type: textarea
3849
id: repro
3950
attributes:
@@ -122,4 +133,4 @@ body:
122133
- Chrome 100
123134
- Safari iOS 15.1, iPhone 12
124135
validations:
125-
required: false
136+
required: false

0 commit comments

Comments
 (0)