You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by le...@apache.org on 2020/07/02 04:37:19 UTC

[hudi] branch asf-site updated: [MINOR] Add the users@ mailing list to the community page (#1778)

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

leesf pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7462373  [MINOR] Add the users@ mailing list to the community page (#1778)
7462373 is described below

commit 746237396607280a0c1bd593561859c4e5ffd7f1
Author: vinoyang <ya...@gmail.com>
AuthorDate: Thu Jul 2 12:37:05 2020 +0800

    [MINOR] Add the users@ mailing list to the community page (#1778)
---
 content/community.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/content/community.html b/content/community.html
index f4b6636..9ec95e4 100644
--- a/content/community.html
+++ b/content/community.html
@@ -219,10 +219,14 @@
   </thead>
   <tbody>
     <tr>
-      <td>For any general questions, user support, development discussions</td>
+      <td>For development discussions</td>
       <td>Dev Mailing list (<a href="mailto:dev-subscribe@hudi.apache.org">Subscribe</a>, <a href="mailto:dev-unsubscribe@hudi.apache.org">Unsubscribe</a>, <a href="https://lists.apache.org/list.html?dev@hudi.apache.org">Archives</a>). Empty email works for subscribe/unsubscribe. Please use <a href="https://gist.github.com">gists</a> to share code/stacktraces on the email.</td>
     </tr>
     <tr>
+      <td>For any general questions, user support</td>
+      <td>Users Mailing list (<a href="mailto:users-subscribe@hudi.apache.org">Subscribe</a>, <a href="mailto:users-unsubscribe@hudi.apache.org">Unsubscribe</a>, <a href="https://lists.apache.org/list.html?users@hudi.apache.org">Archives</a>). Empty email works for subscribe/unsubscribe. Please use <a href="https://gist.github.com">gists</a> to share code/stacktraces on the email.</td>
+    </tr>
+    <tr>
       <td>For reporting bugs or issues or discover known issues</td>
       <td>Please use <a href="https://issues.apache.org/jira/projects/HUDI/summary">ASF Hudi JIRA</a>. See <a href="#accounts">#here</a> for access</td>
     </tr>