We welcome pull requests from everyone. By participating in this project, you agree to abide by the thoughtbot code of conduct.
We expect everyone to follow the code of conduct anywhere in thoughtbot's project codebases, issue trackers, chat-rooms, and mailing lists.
- Fork the repo,
- Navigate to the
superglue
directory, - Run
npm install
to install the base dependencies, - Run the test suite:
npm run test
, - Make your changes,
- Push your fork and open a pull request.
A good PR will solve the smallest problem it possibly can and have good test coverage.