-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
242 additions
and
224 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
2 changes: 1 addition & 1 deletion
2
website/docs/contributing/committer.md → website/community/committers/committer.md
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,5 +1,5 @@ | ||
--- | ||
title: Committer Onboarding | ||
title: Committer onboarding | ||
sidebar_position: 3 | ||
--- | ||
|
||
|
File renamed without changes
2 changes: 1 addition & 1 deletion
2
website/docs/contributing/podling-report.md → ...te/community/committers/podling-report.md
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,5 +1,5 @@ | ||
--- | ||
title: Podling Status Reports | ||
title: Podling status reports | ||
sidebar_position: 4 | ||
--- | ||
|
||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...buting/reference/generate_release_note.md → ...itters/reference/generate_release_note.md
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
8 changes: 6 additions & 2 deletions
8
.../docs/contributing/reference/setup_gpg.md → ...mmunity/committers/reference/setup_gpg.md
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
2 changes: 1 addition & 1 deletion
2
website/docs/contributing/release.md → website/community/committers/release.md
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,5 +1,5 @@ | ||
--- | ||
title: Release | ||
title: Create a OpenDAL Release | ||
sidebar_position: 1 | ||
--- | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
website/docs/contributing/verify.md → website/community/committers/verify.md
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,5 +1,5 @@ | ||
--- | ||
title: Verify | ||
title: Verify a release candidate | ||
sidebar_position: 2 | ||
--- | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,65 @@ | ||
--- | ||
id: community | ||
title: Community | ||
sidebar_position: 1 | ||
--- | ||
|
||
Every volunteer project obtains its strength from the people involved in it. We invite you to participate as much or as little as you choose. | ||
|
||
You can: | ||
|
||
* Use our project and provide a feedback. | ||
* Provide us with the use-cases. | ||
* Report bugs and submit patches. | ||
* Contribute code, documentation. | ||
|
||
## Mailing list | ||
|
||
| Name | Desc | Subscribe | Unsubscribe | Post | Archive | | ||
|----------------------------|---------------------------------|----------------------------------------------------------|--------------------------------------------------------------|----------------------------------------|--------------------------------------------------------------------------| | ||
| [email protected] | Development related discussions | [Subscribe](mailto:[email protected]) | [Unsubscribe](mailto:[email protected]) | [Post](mailto:[email protected]) | [Archive](https://lists.apache.org/[email protected]) | | ||
| [email protected] | All commits to our repositories | [Subscribe](mailto:[email protected]) | [Unsubscribe](mailto:[email protected]) | Read only list | [Archive](https://lists.apache.org/[email protected]) | | ||
|
||
|
||
Please make sure you are subscribed to the mailing list you are posting to! | ||
|
||
If you are not subscribed to the mailing list, your message will either be rejected or you won't receive the response. | ||
|
||
### How to subscribe to a mailing list | ||
|
||
Before you can post a message to a mailing list, you need to subscribe to the list first. | ||
|
||
1. Send an email without any contents or subject to [email protected]. (replace listname with dev or user) | ||
2. Wait till you receive an email with the subject "confirm subscribe to [email protected]". Reply to that email, without editing the subject or including any contents. | ||
3. Wait till you receive an email with the subject "WELCOME to [email protected]". | ||
|
||
If you email us with a code snippet, make sure that: | ||
|
||
* you do not link to files in external services as such files can change, get deleted or the link might break and thus make an archived email thread useless | ||
* you paste text instead of screenshots of text | ||
* you keep formatting when pasting code in order to keep the code readable | ||
* there are enough import statements to avoid ambiguities | ||
|
||
## Issue tracker | ||
|
||
We use GitHub Issues to track all code related issues: https://github.com/apache/incubator-opendal/issues | ||
|
||
You must have a [GitHub account](https://github.com/signup) in order to log cases and issues. | ||
|
||
### Bug reports | ||
|
||
Found bug? Enter an issue in the issue tracker. | ||
|
||
Before submitting an issue, please: | ||
|
||
* Verify that the bug does in fact exist. | ||
* Search the issue tracker to verify there is no existing issue reporting the bug you've found. | ||
* Consider tracking down the bug yourself in the source code of OpenDAL and submitting a patch along with your bug report. This is a great time saver for the OpenDAL developers and helps ensure the bug will be fixed quickly. | ||
|
||
### Enhancement | ||
|
||
Enhancements or new feature proposals are also welcome. The more concrete and rationale the proposal is, the greater the chance it will be incorporated into future releases. | ||
|
||
## Source code | ||
|
||
* OpenDAL core repository: https://github.com/apache/incubator-opendal |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* | ||
* 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. | ||
*/ | ||
|
||
// @ts-check | ||
|
||
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ | ||
const sidebars = { | ||
docs: [{ type: 'autogenerated', dirName: '.' }], | ||
}; | ||
|
||
module.exports = sidebars; |
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.