# Contributing Guide ## Code of Conduct 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. [code of conduct]: https://thoughtbot.com/open-source-code-of-conduct ### Opening a PR 1. Fork the repo, 2. Navigate to the `superglue` directory, 2. Run `npm install` to install the base dependencies, 3. Run the test suite: `npm run test`, 4. Make your changes, 5. Push your fork and open a pull request. A good PR will solve the smallest problem it possibly can and have good test coverage.