You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@paimon.apache.org by lz...@apache.org on 2023/03/20 01:51:41 UTC

[incubator-paimon] branch master updated: [doc] Update README.md to add mailing lists

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8ecec91a8 [doc] Update README.md to add mailing lists
8ecec91a8 is described below

commit 8ecec91a861937fe5b551f590d90f092d3eae0fb
Author: JingsongLi <lz...@aliyun.com>
AuthorDate: Mon Mar 20 09:51:29 2023 +0800

    [doc] Update README.md to add mailing lists
---
 .github/ISSUE_TEMPLATE/config.yml  |  3 ---
 .github/ISSUE_TEMPLATE/feature.yml |  1 +
 README.md                          | 41 +++++++++++++++++++++++++++++++++++++-
 3 files changed, 41 insertions(+), 4 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 688179141..d585cc25c 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,8 +1,5 @@
 blank_issues_enabled: false
 contact_links:
-  - name: Subscribe Mailing List
-    url: mailto:user-subscribe@paimon.apache.org
-    about: Subscribe User Mailing List
   - name: DingTalk Group (Chinese)
     url: https://qr.dingtalk.com/action/joingroup?code=v1,k1,+LzfVP12Bl5pdCtcy+G9YIDZjnXsKjhN/y3yLCQAffY=&_dt_no_comment=1&origin=11
     about: Join DingTalk Group
diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml
index 393f6f583..997f593dd 100644
--- a/.github/ISSUE_TEMPLATE/feature.yml
+++ b/.github/ISSUE_TEMPLATE/feature.yml
@@ -1,5 +1,6 @@
 name: Feature
 description: Add new feature, improve code, and more
+title: "[Feature] "
 labels: [ "enhancement" ]
 body:
   - type: markdown
diff --git a/README.md b/README.md
index 4cdcdd925..0a4869df3 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,46 @@ Thanks to Apache Flink and Apache Iceberg.
 
 Paimon tracks issues in GitHub and prefers to receive contributions as pull requests.
 
-Community discussions happen primarily on the [dev mailing list](mailto:dev@paimon.apache.org) or on specific issues.
+## Mailing Lists
+
+<table class="table table-striped">
+  <thead>
+    <th class="text-center">Name</th>
+    <th class="text-center">Subscribe</th>
+    <th class="text-center">Digest</th>
+    <th class="text-center">Unsubscribe</th>
+    <th class="text-center">Post</th>
+    <th class="text-center">Archive</th>
+  </thead>
+  <tr>
+    <td>
+      <strong>user</strong>@paimon.apache.org<br>
+      <small>User support and questions mailing list</small>
+    </td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:user-subscribe@paimon.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:user-digest-subscribe@paimon.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:user-unsubscribe@paimon.apache.org">Unsubscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:user@paimon.apache.org">Post</a></td>
+    <td class="text-center">
+      <a href="https://lists.apache.org/list.html?user@paimon.apache.org">Archives</a>
+    </td>
+  </tr>
+  <tr>
+    <td>
+      <strong>dev</strong>@paimon.apache.org<br>
+      <small>Development related discussions</small>
+    </td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:dev-subscribe@paimon.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:dev-digest-subscribe@paimon.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:dev-unsubscribe@paimon.apache.org">Unsubscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:dev@paimon.apache.org">Post</a></td>
+    <td class="text-center">
+      <a href="https://lists.apache.org/list.html?dev@paimon.apache.org">Archives</a>
+    </td>
+  </tr>
+</table>
+
+<b style="color:red">Please make sure you are subscribed to the mailing list you are posting to!</b> If you are not subscribed to the mailing list, your message will either be rejected (dev@ list) or you won't receive the response (user@ list).
 
 ## Building