diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f15b7af06124..eb5c2b2f648d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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) @@ -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 @@ -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.