This is an automated email from the ASF dual-hosted git repository. JackieTien97 pushed a commit to branch ty/docs-dev-mailing-list-readme in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit 0faa40a35d74e34bc8312dcc5f64df961fa85f5d Author: JackieTien97 <[email protected]> AuthorDate: Fri Jul 31 11:07:57 2026 +0800 Document dev mailing list and website PR target --- src/Community/Feedback.md => README.md | 14 +++++++++++--- src/Community/Feedback.md | 20 +++++++++++++++++++- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/src/Community/Feedback.md b/README.md similarity index 71% copy from src/Community/Feedback.md copy to README.md index 687a371ac..0eaf300c3 100644 --- a/src/Community/Feedback.md +++ b/README.md @@ -7,9 +7,9 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -19,4 +19,12 @@ --> -Coming Soon \ No newline at end of file +# Apache TsFile Website + +This branch contains the source files used to build the +[Apache TsFile website](https://tsfile.apache.org/). + +## Website Contributions + +For changes to the Apache TsFile website, open a pull request with the +[`docs/dev`](https://github.com/apache/tsfile/tree/docs/dev) branch as the base branch. diff --git a/src/Community/Feedback.md b/src/Community/Feedback.md index 687a371ac..964d4cdc6 100644 --- a/src/Community/Feedback.md +++ b/src/Community/Feedback.md @@ -19,4 +19,22 @@ --> -Coming Soon \ No newline at end of file +# Communication and Feedback + +## Apache Mailing List + +The dev mailing list is the primary public communication channel for the Apache TsFile +community. Project-wide plans, roadmaps, announcements, and development discussions take +place there. + +### Subscribe to the dev mailing list + +1. From the email address you want to subscribe, send a plain-text email to + [`[email protected]`](mailto:[email protected]?subject=subscribe). + Use `subscribe` as the subject; the message body can be empty. +2. You will receive a confirmation request from the `tsfile.apache.org` domain. Reply to + that message as instructed to confirm your subscription. + +After confirming, you will receive every message sent to +[`[email protected]`](mailto:[email protected]) and can participate in discussions +by emailing that address.
