Sha256: 6d50c1ff6b9cefb0c5ae1648e81638c79256100acdcac0d6465f5804863fd5d4

Contents?: true

Size: 1.17 KB

Versions: 21

Compression:

Stored size: 1.17 KB

Contents

# Contributing

We love pull requests from everyone. By participating in this project, you agree
to abide by the thoughtbot [code of conduct].

[code of conduct]: https://thoughtbot.com/open-source-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](https://github.com/thoughtbot/capybara-webkit#qt-dependency-and-installation-issues).

Make sure the tests pass:

    rake

Make your change.
Write tests.
Follow our [style guide][style].
Make the tests pass:

[style]: https://github.com/thoughtbot/guides/tree/master/style

    rake

Write a [good commit message][commit].
Push to your fork.
[Submit a pull request][pr].

[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
[pr]: https://github.com/thoughtbot/suspenders/compare/

If [Hound] catches style violations,
fix them.

[hound]: https://houndci.com

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`.

Version data entries

21 entries across 21 versions & 5 rubygems

Version Path
cosmit-suspenders-1.36.13 CONTRIBUTING.md
cosmit-suspenders-1.36.12 CONTRIBUTING.md
cosmit-suspenders-1.36.11 CONTRIBUTING.md
cosmit-suspenders-1.36.3 CONTRIBUTING.md
cosmit-suspenders-1.36.2 CONTRIBUTING.md
cosmit-suspenders-1.36.1 CONTRIBUTING.md
cosmit-suspenders-1.36.0 CONTRIBUTING.md
hosentrager-1.39.1 CONTRIBUTING.md
suspenders-1.38.1 CONTRIBUTING.md
welaika-suspenders-2.24.0 CONTRIBUTING.md
suspenders-1.38.0 CONTRIBUTING.md
suspenders-ocs-0.0.10 CONTRIBUTING.md
suspenders-ocs-0.0.8 CONTRIBUTING.md
suspenders-ocs-0.0.7 CONTRIBUTING.md
suspenders-ocs-0.0.6 CONTRIBUTING.md
suspenders-ocs-0.0.5 CONTRIBUTING.md
suspenders-ocs-0.0.4 CONTRIBUTING.md
suspenders-ocs-0.0.3 CONTRIBUTING.md
suspenders-ocs-0.0.2 CONTRIBUTING.md
suspenders-ocs-0.0.1 CONTRIBUTING.md