# Contributing
Pull requests, issues, new unit tests, code reviews and good advice are all things that would make a difference to Parker. You can even contribute by telling me how useful Parker is to you; please let me know on Twitter at @katie_fenn. Any time generously donated to helping make Parker better is gratefully accepted, and in return I shall do my best to merge contributions.

<a name="github"></a>
## GitHub
The source-code is hosted at [GitHub](https://github.com/katiefenn/Parker).

When creating pull requests, please target the develop branch.

<a name="testing"></a>
## Testing
A suite of unit tests are maintained to test Parker. The tools Mocha, Chai and Sinon are among the tools used for testing.

From the project root, dependencies can be installed using the following command:

	npm install

Unit tests can be run using the following command:

	npm test
