👍🎉 First off, thanks for taking the time to contribute! 🎉👍
We love pull requests from everyone. By participating in this project, you agree to abide by the thoughtbot code of conduct.
To begin contributing:
Get the code
Get dependencies:
npm install
Make sure the tests pass:
npm test
Make your change. Add tests for your change. Make the tests & lint pass:
npm test && npm run lint
Push to your fork and submit a pull request.
At this point you're waiting on me. I'll try to respond as soon as I can.
Some things that will increase the chance that your pull request is accepted:
- Write and update tests.
- Follow AngularJS style commit message. (failing to do this will result in your PR being rejected)