Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

How To Contribute

  • Please make sure you use the external Apache jira for most of the design updates (adding detailed descriptions, comments, etc)

  • Create a patch and upload to the external Apache jira

  • As soon as you think the patch is ready for review please mark the patch as Patch Available by clicking on the “Submit Patch” button

  • Request 2 of the Ambari Team Committers to review the patch via the code review process below

    • Please note that if the patch is not involved - one committer should suffice

  • On review completion and any further updates, the reviewer adds a comment to the external jira approving the patch (“+1”)says +1 for the patch

    • Note that there needs to be 2 +1's if you have 2 reviewers for involved codebase

  • NOTE: On backend non UI changes reviewers please make sure tests are attached to each jira. If there is special case, please make sure there is a good explanation for not having a test case.

  • After the reviewer has approved the patch, the person who is assigned the jira is responsible for getting it committed to external jira - so in case you do not have commit rights please find one of your team members to do it for you.

    • Please make sure the committer who has reviewed commits the patch to the respective branch in Ambari

  • Use https://cwiki.apache.org/confluence/display/AMBARI/How+to+Commit on how to commit to svn

  • After committing to svngit, resolve the external and internal Apache Jiras as Fixed.

  • All unit tests must pass after applying the patch.

  • Also, any new files must contain Apache 2.0 license headers

  • Do not use tabs.  Set your IDE to convert tabs into spaces instead.

  • Do not use non-ASCII characters

  • Do not use Windows newline characters.  Use UNIX newline characters instead.

  • Make sure that you are checking in all dependencies/new files; after committing, the build should work on clean checkout

  • Make sure that the clock is set up correctly on your machine.

...


 Review Process

Ambari uses ReviewBoard for code reviews.

...

  1. Click on "New Review Request"
  2. Select "ambari" from the drop-down and upload a diff file
  3. Go to the next page
    1. Add a summary
    2. Names of two reviewers (only one +1 is necessary for commitIn case patch is simple and less involved - one reviewer is ok)
    3. Select ambari as the group
    4. Type in the Ambari JIRA id
    5. Add description of the fix
    6. Add a link to the ReviewBoard URL to the JIRA
    7. [if applicable] Fill the optional fields as needed.
    8. [if applicable] Add the unit test summary to the request
  4. Publish the review
  5. After the review is marked "Ship It" you can optionally attach the final patch to the JIRA.

...