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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6301892eb [MINOR] fix(misc): Add more release versions for bug report 
template (#4596)
6301892eb is described below

commit 6301892eb3e1d01f8480b2387c2fcb32aeebde49
Author: roryqi <[email protected]>
AuthorDate: Wed Aug 21 11:08:53 2024 +0800

    [MINOR] fix(misc): Add more release versions for bug report template (#4596)
    
    ### What changes were proposed in this pull request?
    
    Add more release versions for bug report template
    
    ### Why are the changes needed?
    
    Just a minor.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    Test locally.
---
 .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml 
b/.github/ISSUE_TEMPLATE/bug-report.yml
index ce6480b05..744bcd677 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -11,6 +11,10 @@ body:
       description: What version of Gravitino are you running?
       options:
         - main branch
+        - 0.6.0
+        - 0.5.1
+        - 0.5.0
+        - 0.4.0
         - 0.3.1
         - 0.3.0
         - 0.2.0

Reply via email to