Inspired by: https://github.com/thoughtbot/factory_girl_rails/blob/master/CONTRIBUTING.md
Pull requests are 100% welcome. By participating in this project, you agree to abide by the thoughtbot code of conduct, except you should email hi@charliegleason.com.
Fork, then clone the repo:
git clone git@github.com:your-username/sandpit.git
Install stuff:
npm install
Get the development environment running:
npm start
Make sure the tests pass:
npm run test
Make your change. Add tests for your change. Make the tests pass:
npm run test
Push to your fork and submit a pull request.
Some things that will increase the chance that your pull request is accepted:
- Write tests
- Follow Standard JS
- Write a good commit message