Skip to content

Commit 532ea5a

Browse files
committed
Expand bug template: add branch, recent tags
Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com>
1 parent da4a87a commit 532ea5a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ body:
3434
description: What version of our software are you running?
3535
options:
3636
- main (please specify commit below)
37+
- non-main branch (please specify below)
38+
- v0.5.1-alpha.6
39+
- v0.5.1-alpha.5
40+
- v0.5.1-alpha.4
41+
- v0.5.1-alpha.3
42+
- v0.5.1-alpha.2
3743
- v0.5.1-alpha.1
3844
- v0.5.1-alpha
3945
- v0.2.5
@@ -42,11 +48,19 @@ body:
4248
default: 0
4349
validations:
4450
required: true
51+
- type: input
52+
id: branch
53+
attributes:
54+
label: Branch name
55+
description: If running a non-tagged commit from a branch other than main, please provide the branch name.
56+
placeholder: ex. fix-bug-x
57+
validations:
58+
required: false
4559
- type: input
4660
id: commit
4761
attributes:
4862
label: Commit SHA
49-
description: If running from main, please provide the commit SHA.
63+
description: If running from a non-tagged commit, please provide the commit SHA.
5064
placeholder: ex. abc1234
5165
validations:
5266
required: false

0 commit comments

Comments
 (0)