Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: item 1 of creating patches section was outdated

...

We prefer to use github pull requests instead of uploading patches to JIRA. The main contribution workflow is the following:

  1. Fork apache/hadoop-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.
  5. Create a pull request on github UI (please include the Jira ID in the summary)
  6. Set the Jira to "Patch Available" state

...