Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Add `npm test` note.
  • Loading branch information
gunta committed Mar 30, 2016
1 parent 958acf3 commit ab39955
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ We are happy to accept any contributions that make sense and respect the rules l
2. Create a feature branch for your contribution out of the `master` branch. Only one contribution per branch is accepted.
3. Implement your contribution while respecting our rules (see below).
4. If possible, add tests for your contribution to make sure it actually works.
5. Submit a pull request against our `master` branch!
5. Don't forget to run `npm test` just right before submitting, it also checks for code styling issues.
6. Submit a pull request against our `master` branch!

## Rules

Expand All @@ -23,4 +24,4 @@ We are happy to accept any contributions that make sense and respect the rules l

By contributing your code, you agree to license your contribution under our [LICENSE](LICENSE).

[editorconfig]: <http://editorconfig.org/>
[editorconfig]: <http://editorconfig.org/>

0 comments on commit ab39955

Please sign in to comment.