Skip to content

Commit

Permalink
Adding notes on contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Jun 27, 2013
1 parent 7dbf384 commit b515db4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,10 @@ And you can also use the following as scales:

* default

## Contribute

I encourage folks to submit new units via pull request.
I encourage folks to submit new units (or whatever) via pull request. Make sure to run the unit tests or add to them as appropriate. To run the tests and build the dist version of Katamari:

1. Install npm and run `npm install`
2. Install [grunt globally](http://gruntjs.com/getting-started#installing-the-cli)
3. Run `grunt test` from the repo directory

0 comments on commit b515db4

Please sign in to comment.