Skip to content

Commit

Permalink
added testing note to contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewmeyer committed Aug 5, 2017
1 parent 5dbbc6f commit f71063e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Contribution Steps

1. Fork the repo, make changes, commit, and submit a Pull Request
**NOTE**: Make sure every change is covered by a unit test. If the change isn't
covered, make sure to add a test for it.

1. Fork the repo, make changes, add tests, commit, and submit a Pull Request

2. New Pull Requests will automatically trigger a Travis CI Build

Expand Down

0 comments on commit f71063e

Please sign in to comment.