You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2021/11/13 08:56:33 UTC

[incubator-doris] branch master updated: [Github] Guiding users to use mailing lists (#7099)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4f24595  [Github] Guiding users to use mailing lists (#7099)
4f24595 is described below

commit 4f245952cbe8b1fece6c1992737562a6df93c1ec
Author: Mingyu Chen <mo...@gmail.com>
AuthorDate: Sat Nov 13 16:56:14 2021 +0800

    [Github] Guiding users to use mailing lists (#7099)
    
    Guide users to use the mailing list in the github issue templates.
---
 .github/ISSUE_TEMPLATE/bug_report.yml      | 6 ++++--
 .github/ISSUE_TEMPLATE/feature-request.yml | 2 ++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 841e127..acabcb1 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -25,8 +25,10 @@ body:
       value: |
         Thank you very much for submitting feedback to Doris to help Doris develop better.
 
-        If it is an idea or help wanted, please go to the [Discussion](https://github.com/apache/incubator-doris/discussions)
-        or [Dev Mail List](mailto:dev@doris.apache.org)
+        If it is an idea or help wanted, please go to:
+
+        1. [Dev Mail List](mailto:dev@doris.apache.org): This will be your FASTEST way to get help![How to subscribe](mailto:dev-subscribe@doris.apache.org)
+        2. [Github Discussion](https://github.com/apache/incubator-doris/discussions)
 
   - type: checkboxes
     attributes:
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
index 7584b87..0a7d82e 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -24,6 +24,8 @@ body:
       value: |
         Thank you very much for your good ideas and suggestions for Doris
 
+        Please help sync to the [Dev Mail List](mailto:dev@doris.apache.org). You will get FASTER help![How to subscribe](mailto:dev-subscribe@doris.apache.org)
+
   - type: checkboxes
     attributes:
       label: Search before asking

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org