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

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


The following commit(s) were added to refs/heads/master by this push:
     new 35b4bd9e add how to subscribe guide
35b4bd9e is described below

commit 35b4bd9e9a240b7b588f7451e9b09d0e6a2efd60
Author: xwm1992 <[email protected]>
AuthorDate: Tue Jan 31 17:25:27 2023 +0800

    add how to subscribe guide
---
 community/01-contribute.md                         |  5 ++
 community/02-how-to-subscribe.md                   | 53 ++++++++++++++++++++++
 community/03-how-to-use-email.md                   | 18 ++++++++
 community/{02-release.md => 04-release.md}         |  5 ++
 ...03-write-unit-test.md => 05-write-unit-test.md} |  0
 community/{04-contact.md => 06-contact.md}         |  0
 6 files changed, 81 insertions(+)

diff --git a/community/01-contribute.md b/community/01-contribute.md
index 14f87c94..7ec1a5ed 100644
--- a/community/01-contribute.md
+++ b/community/01-contribute.md
@@ -1,3 +1,8 @@
+---
+title: How to Contribute
+sidebar_position: 0
+---
+
 # How to Contribute
 
 If you are a new contributor who wants to contribute to the eventmesh 
community, please read this document, which describes how to contribute to the 
community, and if you find any questions in the document, feel free to leave 
comments or suggestions.
diff --git a/community/02-how-to-subscribe.md b/community/02-how-to-subscribe.md
new file mode 100644
index 00000000..344bb8c1
--- /dev/null
+++ b/community/02-how-to-subscribe.md
@@ -0,0 +1,53 @@
+---
+title: How to Subscribe
+sidebar_position: 1
+---
+
+# How to Subscribe
+
+Apache has configured a series of mailing lists for each project. Mailing 
lists are an important form of communication in the Apache community.
+
+Many things in the daily operation and maintenance of the community are 
carried by mailing lists, such as technical discussions, any ideas or 
suggestions, project questions and answers, new functions/features/major 
changes decisions and notifications, version release voting, etc. As long as it 
is related to the project, you can initiate a discussion here.
+
+As long as you subscribe to this mailing list, you can get the latest 
developments in the EventMesh community for the first time and keep pace with 
the community.
+
+**EventMesh project mailing list**
+
+|Name|Description|Subscribe|Unsubscribe|Archive|
+|:-----|:--------|:------|:-------|:-----|
+| [[email protected]](mailto:[email protected]) | community 
activity information | [subscribe](mailto:[email protected]) | 
[unsubscribe](mailto:[email protected]) | 
[archive](http://mail-archives.apache.org/mod_mbox/eventmesh-dev) |
+| [[email protected]](mailto:[email protected]) | Code 
repo update information | 
[subscribe](mailto:[email protected]) | 
[unsubscribe](mailto:[email protected]) | 
[archive](http://mail-archives.apache.org/mod_mbox/eventmesh-commits) |
+
+
+
+## 1. Subscribe to the mailing list
+**For example,Take subscribing to the [email protected] mailing list**
+
+The steps are as follows:
+ 1. Send an email without any content or subject:  
`[email protected]`
+ 2. Wait until you receive an email with the subject line `confirm subscribe 
to [email protected]` (if you have not received it for a long time, 
please confirm whether the email is blocked by your email, if you have not been 
blocked and will receive a reply for a long time, return to step 1)
+ 3. Reply directly to the email without changing the subject line or adding 
the email content.
+ 4. Wait until you receive an email with the subject line `WELCOME to 
[email protected]` .
+ 5. If you receive an email from (4), you have successfully subscribed to the 
email. To initiate a discussion, you can send an email directly to 
`[email protected]`, which will be sent to everyone who subscribed to 
the mailing list.
+
+## 2. Unsubscribe from the mailing list
+The steps for unsubscribing to a mailing list are similar to those for 
subscribing to a mailing list::
+1. Send an email without any content or subject to: 
`[email protected]`
+2. Wait until you receive an email with the subject line `confirm unsubscribe 
from [email protected]` 
+3. Reply directly to the email without changing the subject line or adding the 
email content
+4. Wait until you receive an email with the subject line `GOODBYE from 
[email protected]`
+5. Unsubscribe success
+
+
+## 3. Issues related
+
+> EventMesh's issues address 
[https://github.com/apache/eventmesh/issues](https://github.com/apache/eventmesh/issues)
+
+For new problem/ideas, you can create a new issue through \[new issues\], and 
describe the issues in detail as much as possible, so that community members 
can follow up, discuss and solve them. For any problems of the project, it is 
recommended to create issues first to record and follow up, so that the entire 
process can be well preserved and archived to facilitate subsequent users to 
retrieve.
+
+For existing issues, if you are interested, you can reply and discuss as much 
as you want. For tasks/bug-type issues, if you are interested, you can follow 
or directly participate in the task. Community partners are very welcome to 
contribute their efforts to EventMesh.
+
+
+## 4. Mail usage 
+
+Please refer to [How to use the mailing list](./how-to-email.md) for email 
specifications and tips
diff --git a/community/03-how-to-use-email.md b/community/03-how-to-use-email.md
new file mode 100644
index 00000000..aa128ac1
--- /dev/null
+++ b/community/03-how-to-use-email.md
@@ -0,0 +1,18 @@
+---
+title: How to Use Email
+sidebar_position: 2
+---
+
+# How to Use Email
+
+## Apache email usage based on gmail
+
+> When you become a committer, you will have an apache email. This tutorial 
uses apache email based on `gmail`.
+
+#### 1. Login to Gmail
+
+* [Gmail official website](https://gmail.google.com) is here
+
+#### 2. Set up your Apache email
+
+#### 3. Click on settings
diff --git a/community/02-release.md b/community/04-release.md
similarity index 99%
rename from community/02-release.md
rename to community/04-release.md
index 74b1deea..84b5060b 100644
--- a/community/02-release.md
+++ b/community/04-release.md
@@ -1,3 +1,8 @@
+---
+title: How to Release
+sidebar_position: 3
+---
+
 # Apache publish guide
 
 
diff --git a/community/03-write-unit-test.md b/community/05-write-unit-test.md
similarity index 100%
rename from community/03-write-unit-test.md
rename to community/05-write-unit-test.md
diff --git a/community/04-contact.md b/community/06-contact.md
similarity index 100%
rename from community/04-contact.md
rename to community/06-contact.md


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to