-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: how to subscribe mail lists (#148)
- Loading branch information
1 parent
cf4b797
commit 208fea6
Showing
3 changed files
with
42 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,37 @@ | ||
--- | ||
title: "Community" | ||
params: | ||
contributingUrl: https://github.com/apache/horaedb/blob/main/CONTRIBUTING.md | ||
menu: | ||
main: | ||
weight: 40 | ||
--- | ||
|
||
{{% blocks/section color="white" %}} | ||
|
||
# How to Subscribe Mail List | ||
|
||
Mailing lists are a form of communication used by the Apache community. Generally speaking, many things in the Apache community are hosted by mailing lists, For example: project q&A, technical discussion, transaction decision, release vote, etc,By subscribing, you can get the first update of the HoraeDB community and keep up with the community. The following list is the main list we are using: | ||
|
||
- dev@horaedb.apache.org, Community activity information | ||
- commits@horaedb.apache.org, Code repo update information | ||
|
||
In order to subscribe to the dev@horaedb.apache.org mailing list, the steps are as follows: | ||
|
||
1. Send an email without any content or subject: dev-subscribe@horaedb.apache.org | ||
2. Wait until you receive an email with the subject line confirm subscribe to dev@horaedb.apache.org (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 dev@horaedb.apache.org . | ||
5. If you receive an email from dev, you have successfully subscribed to the email. To initiate a discussion, you can send an email directly to dev@horaedb.apache.org, which will be sent to everyone who subscribed to the mailing list. | ||
|
||
## Unsubscribe from the mail 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: dev-unsubscribe@horaedb.apache.org | ||
2. Wait until you receive an email with the subject line confirm unsubscribe from dev@horaedb.apache.org | ||
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 dev@horaedb.apache.org | ||
5. Unsubscribe success | ||
|
||
{{% /blocks/section %}} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters