This is an automated email from the ASF dual-hosted git repository. lidongdai pushed a commit to branch subscribe-dev-mailing-list in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
commit 21af43a599953ee4ec507209d17c14229648a78e Author: lidongdai <[email protected]> AuthorDate: Thu Mar 24 20:51:07 2022 +0800 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 --- .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..e093eae 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 also can [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
