Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ We welcome contributions of:
* [Newbie Ozone jiras](https://s.apache.org/OzoneNewbieJiras)
* [All open and unassigned Ozone jiras](https://s.apache.org/OzoneUnassignedJiras)
* **Documentation Improvements**: You can submit improvements to either:
* Ozone website. Instructions are here: [Modifying the Ozone Website](https://cwiki.apache.org/confluence/display/HADOOP/Modifying+the+Ozone+Website)
* Ozone website. Instructions are here: [Modifying the Ozone Website](https://cwiki.apache.org/confluence/display/OZONE/Modifying+the+Ozone+Website)
* Developer docs. These are markdown files [checked into the Apache Ozone Source tree](https://github.com/apache/ozone/tree/master/hadoop-hdds/docs/content).
* The [wiki pages](https://cwiki.apache.org/confluence/display/HADOOP/Ozone+Contributor+Guide): Please contact us at ozone-dev@hadoop.apache.org and we can provide you write access to the wiki.
* The [wiki pages](https://cwiki.apache.org/confluence/display/OZONE/Contributing+to+Ozone): Please contact us at dev@ozone.apache.org and we can provide you write access to the wiki.
* **Testing**: We always need help to improve our testing
* Unit Tests (JUnit / Java)
* Acceptance Tests (docker + robot framework)
Expand All @@ -27,9 +27,9 @@ We welcome contributions of:

If you have any questions, please don't hesitate to contact

* **email**: use ozone-dev@hadoop.apache.org.
* **email**: use dev@ozone.apache.org.
* **chat**: You can find the #ozone channel at the ASF slack. Invite link is [here](http://s.apache.org/slack-invite)
* **meeting**: [We have weekly meetings](https://cwiki.apache.org/confluence/display/HADOOP/Ozone+Community+Calls) which is open to anybody. Feel free to join and ask any questions
* **meeting**: [We have weekly meetings](https://cwiki.apache.org/confluence/display/OZONE/Ozone+Community+Calls) which is open to anybody. Feel free to join and ask any questions

## Building from the source code

Expand Down Expand Up @@ -94,7 +94,7 @@ These scripts are executed by the CI servers, so it's always good to run them lo

We use github pull requests instead of uploading patches to JIRA. The main contribution workflow is as follows:

1. Fork `apache/hadoop-ozone` github repository (first time)
1. Fork `apache/ozone` github repository (first time)
2. Create a new Jira in HDDS project (eg. HDDS-1234)
3. Create a local branch for your contribution (eg. `git checkout -b HDDS-1234`)
4. Create your commits and push your branches to your personal fork.
Expand Down