PHILO-HE commented on code in PR #9324:
URL: https://github.com/apache/incubator-gluten/pull/9324#discussion_r2043582002


##########
.github/ISSUE_TEMPLATE/enhancement.yml:
##########
@@ -29,3 +29,15 @@ body:
       description: Please describe the potential enhancement and its use cases.
     validations:
       required: true
+
+  - type: dropdown
+    id: targetVersion
+    attributes:
+      label: Gluten version
+      description: Please provide the target gluten version you want to 
support.
+      options:
+        - Gluten-1.5.x
+        - Gluten-1.6.x
+        - N/A

Review Comment:
   Suggestion: Remove `-N/A` and replace it by `- main branch` and place it at 
the top.



##########
.github/ISSUE_TEMPLATE/bug.yml:
##########
@@ -42,6 +42,24 @@ body:
     validations:
       required: true
 
+  - type: dropdown
+    id: affectVersions
+    attributes:
+      label: Gluten version
+      multiple: true
+      description: Please provide the gluten version in your environment.
+      options:
+        - Gluten-1.0.0
+        - Gluten-1.1.0
+        - Gluten-1.1.1
+        - Gluten-1.2.0
+        - Gluten-1.2.1
+        - Gluten-1.3.0
+        - Gluten-1.4.0
+        - UnReleased

Review Comment:
   Maybe, better to reverse the order to show latest active version at the top, 
and remove the 3rd release digit since minor releases have small differences.
   
   ```
   - main branch
   - Gluten-1.4
   - Gluten-1.3
   - Gluten-1.2
   - Gluten-1.1
   - Gluten-1.0
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to