This is an automated email from the ASF dual-hosted git repository. kunwp1 pushed a commit to branch chris-improve-bug-template in repository https://gitbox.apache.org/repos/asf/texera.git
commit 4d66813fd61ba114c6fce24ca02110b01c69174f Author: Kunwoo Park <[email protected]> AuthorDate: Sun Oct 5 21:51:31 2025 -0700 Add bug-template --- .github/ISSUE_TEMPLATE/bug-template.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-template.yaml b/.github/ISSUE_TEMPLATE/bug-template.yaml index 67b9886151..da002e2a19 100644 --- a/.github/ISSUE_TEMPLATE/bug-template.yaml +++ b/.github/ISSUE_TEMPLATE/bug-template.yaml @@ -46,9 +46,18 @@ body: description: What version of Texera are you running? options: - 1.0.0 (Default) + - 1.1.0-incubating (Pre-release/Master) default: 0 validations: required: true + - type: input + id: commit-hash + attributes: + label: Commit Hash (Optional) + description: If you know the specific commit that has the issue, please provide the commit hash here. + placeholder: e.g., a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0 + validations: + required: false - type: dropdown id: browsers attributes:
