Skip to content

Commit

Permalink
add package.json info to instructions for contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Williams committed Apr 18, 2013
1 parent 609c9c5 commit 8e83e0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ ones.
Create a separate branch for each unrelated changeset. For instance, if you're
fixing a bug in the parser and adding some new UI to the default template, those
should be separate branches and merge requests.

Also, if you want to change `package.json`, note that you must make your changes
in `Jake/templates/package.json.tmpl`, then run `jake`.

5. **Add tests**
Add tests for your change. If you are submitting a bugfix, include a test that
Expand Down

0 comments on commit 8e83e0b

Please sign in to comment.