Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pcardune committed Apr 28, 2016
1 parent 1b1b1a3 commit bed6096
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Contributing to handlebars-loader

If you'd like to discuss a change you want to make before spending
the time to write the code, please submit a new issue first and we
can discuss it there.

### Steps for submitting a pull request

1. Make sure you haven't broken any tests by running `npm test`
2. Write new unit tests for your change and make sure it covers
your modified code by running `npm run coverage` and looking
at the output in `coverage/lcov-report/index.html`
3. If you are adding a feature, make sure it is documented in the `README.md` file.
4. Update the `CHANGELOG.md` file to reflect your change.

0 comments on commit bed6096

Please sign in to comment.