Skip to content

Commit

Permalink
Add section about code style, tests and coverage when contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
saintedlama committed Jul 5, 2015
1 parent ed2c453 commit f4afb20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contributing.md
@@ -1,4 +1,10 @@
# Contribution Guideline
Contributions are welcome. Before sending a pull request

* Conform to the projects code style: 2 spaces for indention. See .editorconfig
* Add tests for what you changed/added/fixed.
* Don't let code coverage drop - run `npm run cover` to see current code coverage.
* Update README.md to document your changes.

## Install dependencies
npm install
Expand Down

0 comments on commit f4afb20

Please sign in to comment.