Versions Compared

Key

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

Each committer should follow the steps defined below to process any PR

  • Make sure general java coding standards are practiced. If there is a better approach than implemented suggest the same on PR page
  • Make sure there is no existing functionality failure by running integration tests
  • Make sure new integration tests are added with new functionality
  • Make sure there is no build failures with commits