Versions Compared

Key

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

...

  • Once you are done, create a pull request in Github to merge into Dev.  
  • Ensure that you are keeping your personal branches up to date with the main dev branch so that your reviewer will only have to see your changes.
  • For each release, there must be a branch "release/x.y.z", all release branches must be merged back to "dev" branch.
  • Your PR will be the basis for kicking off a code review.  
  • In your PR, include the Jira ticket # in the comments. (When creating the PR use smart commits, and include the Jira issue number - Medha to create a how to article about this)
  • Validate that the builds passed on your PR.   You can view the builds on Travis here:  https://travis-ci.org/rchain/rchain
  • cc 'rchain-makers@pyrofex.net' 
  • Select a reviewer.
  • Wait for your reviewer's feedback.
  • Address any feedback.
  • Once approved, you will perform the merge to Dev.

In the event your PR wasn't created

...