Skip to content

Commit 1c812a5

Browse files
authored
chore: Improve Bug Issue Template (#3826)
This PR improves the template for creating GitHub issues of type "Bug", based on the feedback provided in [this comment](#3812 (comment)) 1. Added a Pre-release Version option to the version selection field. 2. Added an optional Commit Hash field for developers to specify the exact commit associated with the issue.
1 parent 625a9af commit 1c812a5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/ISSUE_TEMPLATE/bug-template.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,19 @@ body:
4545
label: Version
4646
description: What version of Texera are you running?
4747
options:
48-
- 1.0.0 (Default)
48+
- 1.1.0-incubating (Pre-release/Master)
49+
- 1.0.0
4950
default: 0
5051
validations:
5152
required: true
53+
- type: input
54+
id: commit-hash
55+
attributes:
56+
label: Commit Hash (Optional)
57+
description: If you know the specific commit that has the issue, please provide the commit hash here.
58+
placeholder: e.g., a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0
59+
validations:
60+
required: false
5261
- type: dropdown
5362
id: browsers
5463
attributes:

0 commit comments

Comments
 (0)