We love pull requests from everyone. By participating in this project, you agree to abide by the thoughtbot code of conduct.
Fork the repo:
git clone [email protected]:thoughtbot/suspenders.git
Set up your machine:
./bin/setup
Make sure the tests pass:
rake
Make your change. Write tests. Follow our style guide. Make the tests pass:
rake
Mention how your changes affect the project to other developers and users in the
NEWS.md
file.
Write a good commit message. Push to your fork. Submit a pull request.
This project uses Rollup.js to transform the app/javascript
code into a
version that is supported by the Asset Pipeline. The app/assets/javascripts
code is generated by Rollup. When changing JavaScript files, edit the
app/javascript
versions.