Contributing guidelines

This commit is contained in:
Dan Sosedoff 2015-05-20 21:50:22 -05:00
parent 502c8dae91
commit 62a168d44f

6
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,6 @@
- Fork repository
- Create a new git branch
- Make changes
- Run tests: `make test`
- If you change frontend code (js/css) make sure to rebuild assets: `make assets`
- Open a PR