corda/.github/PULL_REQUEST_TEMPLATE.md
2017-09-05 17:21:07 +01:00

899 B

Thank you for choosing to contribute to Corda.

PR Process

Your PR must be approved by one or more reviewers and all tests must be passed on TeamCity CI in order to be merged.

Once you have submitted a PR you are responsible for keeping it up to date until the time it is merged.

PR Checklist

  1. Ensure any new code is tested as described here
  2. Ensure you have done any relevant automated testing and manual testing
  3. Add your changes to docs/source/changelog.rst
  4. Update any documentation in docs/source relating to your changes and learn how to build them here
  5. If you are contributing for the first time please read the agreement in CONTRIBUTING now and add to this Pull Request that you have read, and agreed to, the agreement.