UNPKG

sandpit

Version:

A playground for creative coding using JavaScript and the canvas element

34 lines (18 loc) 976 B
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](https://thoughtbot.com/open-source-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][pr]. [pr]: https://github.com/sandpit/sandpit/compare/ Some things that will increase the chance that your pull request is accepted: * Write tests * Follow [Standard JS](https://github.com/feross/standard) * Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)