Create CONTRIBUTING.md

This commit is contained in:
Adam Hill 2017-10-16 15:25:40 -05:00 committed by GitHub
parent 885ef2d836
commit 30b878f3da
1 changed files with 10 additions and 0 deletions

10
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,10 @@
# Pull Request Guidelines
Please review the following before opening a pull request (PR) to help your PR go smoothly:
* Code changes go to the `dev` branch first
* To ensure proper testing and quality control, target any code change pull requests against `dev` branch.
* Make sure the tests pass
* Take a look at [TESTING.md](TESTING.md) to see how to run tests locally so you do not have to push all your code to a PR and have travis-ci run it.
* Your tests will probably run faster locally and you get a faster feedback loop.