-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: standardize development docs (#480)
- Loading branch information
1 parent
0ca9445
commit bf430f5
Showing
8 changed files
with
448 additions
and
479 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
Large diffs are not rendered by default.
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
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,65 +1,65 @@ | ||
<!-- | ||
Licensed to the Apache Software Foundation (ASF) under one | ||
or more contributor license agreements. See the NOTICE file | ||
distributed with this work for additional information | ||
regarding copyright ownership. The ASF licenses this file | ||
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 | ||
KIND, either express or implied. See the License for the | ||
specific language governing permissions and limitations | ||
under the License. | ||
* Licensed to the Apache Software Foundation (ASF) under one | ||
* or more contributor license agreements. See the NOTICE file | ||
* distributed with this work for additional information | ||
* regarding copyright ownership. The ASF licenses this file | ||
* 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 KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
--> | ||
|
||
# IoTDB Contributor Beginning | ||
|
||
## Subscribe to the mailing list ([email protected]) | ||
|
||
The mailing list is the only communication channel that Apache designates for open source contributors. So try to make discussions on the mailing list as much as possible. The mailing list is essentially a mailbox. After subscription, all emails sent to this mailbox will be forwarded to the subscribed mailbox. The subscription method is as follows: | ||
|
||
1. Sending subscription email: Send an email to [[email protected]]([email protected]) with any subject you want. | ||
2. Confirming subscription: You will receive a subscription confirmation email from iotdb.apache.org after completing the previous step. Confirm your subscription by sending another email to this email with any subject matter. | ||
1. Sending subscription email: Send an email to [[email protected]]([email protected]) with any subject you want. | ||
2. Confirming subscription: You will receive a subscription confirmation email from iotdb.apache.org after completing the previous step. Confirm your subscription by sending another email to this email with any subject matter. | ||
|
||
## Create a development platform account | ||
|
||
1. Creating Jira account: [https://issues.apache.org/jira/projects/IOTDB/issues](https://issues.apache.org/jira/projects/IOTDB/issues) in order to claim issues. | ||
2. Creating Confluence account: [https://cwiki.apache.org/confluence/display/IOTDB/Home](https://cwiki.apache.org/confluence/display/IOTDB/Home) . It is then used to write design documents. | ||
1. Creating Jira account: [https://issues.apache.org/jira/projects/IOTDB/issues](https://issues.apache.org/jira/projects/IOTDB/issues) in order to claim issues. | ||
2. Creating Confluence account: [https://cwiki.apache.org/confluence/display/IOTDB/Home](https://cwiki.apache.org/confluence/display/IOTDB/Home) . It is then used to write design documents. | ||
|
||
After creation, please send an email to the mailing list including **self introduction**, **Jira ID** and **Confluence ID**. The community PMC will add permissions to the account. | ||
|
||
## Enter user/development chat group | ||
|
||
- QQ user group: 659990460 | ||
- WeChat user group: IoTDB 数据库交流x群 | ||
- Slack: [Apache IoTDB Community](https://join.slack.com/t/apacheiotdb/shared_invite/zt-qvso1nj8-7715TpySZtZqmyG5qXQwpg) | ||
- QQ user group: 659990460 | ||
- WeChat user group: IoTDB 数据库交流 x 群 | ||
- Slack: [Apache IoTDB Community](https://join.slack.com/t/apacheiotdb/shared_invite/zt-qvso1nj8-7715TpySZtZqmyG5qXQwpg) | ||
|
||
## Subscribe WeChat public account | ||
|
||
Scan the QR code to subscribe official public account: Apache IoTDB | ||
 | ||
|
||
## Long term considerations | ||
|
||
### Learn the basic use of IoTDB | ||
|
||
- [Download and Setup](https://iotdb.apache.org/UserGuide/Master/QuickStart/WayToGetIoTDB.html) | ||
- [IoTDB Quick Start](https://iotdb.apache.org/UserGuide/Master/QuickStart/QuickStart_apache.html) | ||
- [Data Concept](https://iotdb.apache.org/UserGuide/Master/Data-Concept/Data-Model-and-Terminology.html) | ||
- [API](https://iotdb.apache.org/UserGuide/Master/API/Programming-Java-Native-API.html) | ||
- [Download and Setup](https://iotdb.apache.org/UserGuide/Master/QuickStart/WayToGetIoTDB.html) | ||
- [IoTDB Quick Start](https://iotdb.apache.org/UserGuide/Master/QuickStart/QuickStart_apache.html) | ||
- [Data Concept](https://iotdb.apache.org/UserGuide/Master/Data-Concept/Data-Model-and-Terminology.html) | ||
- [API](https://iotdb.apache.org/UserGuide/Master/API/Programming-Java-Native-API.html) | ||
|
||
### Learn to debug IoTDB | ||
|
||
- [How to debug IoTDB server](https://my.oschina.net/u/3664598/blog/4500279) | ||
- [How to debug IoTDB server](https://my.oschina.net/u/3664598/blog/4500279) | ||
|
||
### Understand the internal design of IoTDB | ||
|
||
- [IoTDB design documentation](https://cwiki.apache.org/confluence/display/IOTDB/Home) | ||
- [IoTDB design documentation](https://cwiki.apache.org/confluence/display/IOTDB/Home) | ||
|
||
### Find to-do tasks | ||
|
||
- [Resolve issues on Jira](https://issues.apache.org/jira/projects/IOTDB/issues) | ||
|
||
- [Resolve issues on Jira](https://issues.apache.org/jira/projects/IOTDB/issues) |
Oops, something went wrong.