This is an automated email from the ASF dual-hosted git repository.
ulyssesyou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi-website.git
The following commit(s) were added to refs/heads/master by this push:
new 9834d5e Update mailing lists page (#39)
9834d5e is described below
commit 9834d5e5a50170a9537155e90b0d2dd880a73749
Author: Kent Yao <[email protected]>
AuthorDate: Wed Mar 2 19:37:37 2022 +0800
Update mailing lists page (#39)
* mailing lists
* mailing lists
---
.gitignore | 1 +
src/mailing_lists.md | 29 ++++++++++++++++++++++++++---
2 files changed, 27 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index 633b1f7..d6adf5b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ npm-debug.log
resources
content/*
!content/docs/
+.hugo_build.lock
diff --git a/src/mailing_lists.md b/src/mailing_lists.md
index ad62652..3546e93 100644
--- a/src/mailing_lists.md
+++ b/src/mailing_lists.md
@@ -19,7 +19,30 @@ menu:
limitations under the License. See accompanying LICENSE file.
-->
-## Mailing Lists
[email protected] is for people who want to contribute code to Kyuubi.
([subscribe](mailto:[email protected]))
([unsubscribe](mailto:[email protected]))
([archives](https://lists.apache.org/[email protected]))
[email protected] is for people who want to see changed made in the
Kyuubi version control system.
([subscribe](mailto:[email protected]))
([unsubscribe](mailto:[email protected]))
([archives](https://lists.apache.org/[email protected]))
+The Kyuubi developer mailing list is the preferred means for all your
questions when using Kyuubi, which pushes your doubts out to the entire
community.
+This is the best way to keep up-to-date with the community.
+
+Before you post anything to the mailing lists, be sure that you already
**subscribe** to them.
+The currently available lists are listed in the below table.
+
+| List Name | Address | Subscribe
| Unsubscribe
| Archive
| Usages
|
+|--------------------|---------------------------|---------------------------------------------------------|-------------------------------------------------------------|-------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| **Developer List** | [email protected] |
[subscribe](mailto:[email protected]) |
[unsubscribe](mailto:[email protected]) |
[archive](https://lists.apache.org/[email protected]) |
<ul><li>Use this list for your Kyuubi questions</li><li>Used by Kyuubi
contributors to discuss development of Kyuubi</li><li>Sync discussions happen
on Github Issues</li></ul> |
+| **Commits List** | [email protected] |
[subscribe](mailto:[email protected]) |
[unsubscribe](mailto:[email protected]) |
[archive](https://lists.apache.org/[email protected]) |
<ul><li>Notifications on changes to the Kyuubi codebase</li></ul>
|
+
+## Steps for Subscription
+
+Sending a subscription email is also very simple. The steps are as follows:
+
+1. **Subscribe**: Click the **subscribe** button in the above table, and it
redirects to your mail client. The subject and content are arbitrary.
+ After that, you will receive a confirmation email from
[email protected] (if not received, please confirm whether the email
is automatically classified as SPAM, promotion email, subscription email, etc.).
+2. **Confirm**: Reply directly to the confirmation email, or click on the link
in the email to reply quickly. The subject and content are arbitrary.
+3. **Welcome**: After completing the above steps, you will receive a welcome
email with the subject WELCOME to [email protected], and you have
successfully subscribed to the Apache Kyuubi mailing list.
+
+## Post Plain Text Mails
+
+When posting to the mailing lists, please use plain text emails.
+**Do not use HTML emails**.
+HTML emails are more likely to be targeted as spam mails and rejected.
+It may get malformed through different mail clients and not easily readable by
others.