You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/02/09 04:44:28 UTC

[incubator-inlong] branch master updated: [INLONG-2409] add 1.0.0 version option for the bug report (#2411)

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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new f38886d  [INLONG-2409] add 1.0.0 version option for the bug report (#2411)
f38886d is described below

commit f38886ddd92e18ac160f53d76dd4675838ba39bb
Author: dockerzhang <do...@apache.org>
AuthorDate: Wed Feb 9 12:44:19 2022 +0800

    [INLONG-2409] add 1.0.0 version option for the bug report (#2411)
    
    Co-authored-by: dockerzhang(张超) <do...@tencent.com>
---
 .github/ISSUE_TEMPLATE/bug-report.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index dbb9124..04d81ab 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -77,6 +77,7 @@ body:
       options:
         - '0.11.0'
         - '0.12.0'
+        - '1.0.0'
         - 'master'
     validations:
       required: true