-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |