Versions Compared

Key

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

...

Now you can checkout the branch to work on it.  

 git checkout SAMZA-2

Once you've committed some After you have made somce committed changes to the branch, and before you can want to submit your patch to to Review Board, a few things need to be done:

  1. Run unit tests:

  ./gradlew clean build

  2. Check if your code follows the coding conventions:

  ./gradlew checkstyleMain checkstyleTest

Once you've finished the above checklist, you can submit your patch:

 rbt post --summary "SAMZA-2: fix the bug of .." --description "Detailed description of my patch"

...