Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 735 Bytes

Contributing.md

File metadata and controls

23 lines (17 loc) · 735 Bytes

Contributing

Delivery Requirements

  • Interested in helping with the backlog? This project is open source and we would love your help. Just a few things..

Pull Request

  • Pull Requests to add/improve code will require:
  1. Passing Tests
  2. Code Review

Testing

  • Tests are performed using jest and Travis-CI. See tests sub-directory and the backlog for more information.
  • Make sure you run the tests locally, and they pass, before pushing any commits. Results of CI tests are posted to the Slack channel.
  • It is the developers responsibility to ensure tests pass before requesting a code review and subsequent pull request. All new functionality should have

Code Review