This is an automated email from the ASF dual-hosted git repository.

kunwp1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/main by this push:
     new 1c812a5e2d chore: Improve Bug Issue Template (#3826)
1c812a5e2d is described below

commit 1c812a5e2d72a42a8b6698d286f41f618095a331
Author: Chris <[email protected]>
AuthorDate: Mon Oct 6 10:31:36 2025 -0700

    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](https://github.com/apache/texera/pull/3812#issuecomment-3369000235)
    
    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.
---
 .github/ISSUE_TEMPLATE/bug-template.yaml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-template.yaml 
b/.github/ISSUE_TEMPLATE/bug-template.yaml
index 67b9886151..db48166c58 100644
--- a/.github/ISSUE_TEMPLATE/bug-template.yaml
+++ b/.github/ISSUE_TEMPLATE/bug-template.yaml
@@ -45,10 +45,19 @@ body:
       label: Version
       description: What version of Texera are you running?
       options:
-        - 1.0.0 (Default)
+        - 1.1.0-incubating (Pre-release/Master)
+        - 1.0.0
       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:

Reply via email to