Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.46 KB

CONTRIBUTING.md

File metadata and controls

62 lines (39 loc) · 1.46 KB

Contributing

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 git@github.com:thoughtbot/suspenders.git

Set up your machine:

./bin/setup

If you're having trouble installing capybara-webkit check their installation instructions.

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.

If Hound catches style violations, fix them.

Wait for us. We try to at least comment on pull requests within one business day. We may suggest changes.

Versions

To update the Ruby version, change .ruby-version and .travis.yml.

If you see this error while running tests:

Your Ruby version is XXX, but your Gemfile specified YYY (Bundler::RubyVersionMismatch)

Try removing the tmp/ directory and re-running the tests.