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

leonbao pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new c6e0882  [Improve] no need to subscribe the dev mailing list when 
asking questions (#9175)
c6e0882 is described below

commit c6e0882113051dd805845de4a3d395b09c349734
Author: lidongdai <[email protected]>
AuthorDate: Fri Mar 25 15:55:52 2022 +0800

    [Improve] no need to subscribe the dev mailing list when asking questions 
(#9175)
    
    * no need to subscribe the dev mailing list when asking questions
    
    there is no need to subscribe the dev mailing list when users only ask 
usage questions
    
    * Update bug-report.yml
---
 .github/ISSUE_TEMPLATE/bug-report.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml 
b/.github/ISSUE_TEMPLATE/bug-report.yml
index 6369d5b..8f12a37 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -24,9 +24,9 @@ body:
     attributes:
       value: |
         Please make sure what you are reporting is indeed a bug with 
reproducible steps, if you want to ask questions
-        or share ideas, please [subscribe to our mailing 
list](mailto:[email protected]) and sent
-        emails to [our mailing list](mailto:[email protected]), 
you can also head to our
-        [Discussion](https://github.com/apache/dolphinscheduler/discussions) 
tab.
+        or share ideas, you can head to our
+        [Discussions](https://github.com/apache/dolphinscheduler/discussions) 
tab, you can also [subscribe to our mailing 
list](mailto:[email protected]) and send 
+        emails to [our mailing list](mailto:[email protected])
 
         For better global communication, Please write in English.
 
@@ -98,7 +98,7 @@ body:
         Which version of Apache DolphinScheduler are you running? We only 
accept bugs report from the LTS projects.
       options:
         - dev
-        - 3.0.0-prepare
+        - 3.0.0-alpha
         - 2.0.5
         - 2.0.3
         - 2.0.2

Reply via email to