Skip to content

Commit fd5eea4

Browse files
authored
chore: allow bug reports to include version specs
1 parent 215a4ba commit fd5eea4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/report-bug.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ body:
7171
- unstable
7272
validations:
7373
required: true
74+
- type: input
75+
id: version-specific
76+
attributes:
77+
label: Version specification
78+
description: "If you're using a pre-release or release candidate, please specify which one."
79+
validations:
80+
required: false
7481
- type: checkboxes
7582
id: accept
7683
attributes:

0 commit comments

Comments
 (0)