Sha256: 1369464f0c45e1aa8bc28d533fae454c8513725841f8a456719f06c522ce06d4

Contents?: true

Size: 1.29 KB

Versions: 20

Compression:

Stored size: 1.29 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

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

Mention how your changes affect the project to other developers and users in the
`NEWS.md` file.

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

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.

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
welaika-suspenders-3.0 CONTRIBUTING.md
welaika-suspenders-2.36 CONTRIBUTING.md
welaika-suspenders-2.35 CONTRIBUTING.md
welaika-suspenders-2.34 CONTRIBUTING.md
suspenders-1.53.0 CONTRIBUTING.md
welaika-suspenders-2.33 CONTRIBUTING.md
welaika-suspenders-2.32.2 CONTRIBUTING.md
welaika-suspenders-2.32.1 CONTRIBUTING.md
welaika-suspenders-2.32.0 CONTRIBUTING.md
suspenders-1.52.0 CONTRIBUTING.md
suspenders-1.51.0 CONTRIBUTING.md
welaika-suspenders-2.31.0 CONTRIBUTING.md
welaika-suspenders-2.30.0 CONTRIBUTING.md
suspenders-1.50.0 CONTRIBUTING.md
suspenders-1.49.0 CONTRIBUTING.md
welaika-suspenders-2.29.0 CONTRIBUTING.md
suspenders-1.48.0 CONTRIBUTING.md
welaika-suspenders-2.29.0.alpha.3 CONTRIBUTING.md
welaika-suspenders-2.29.0.alpha.2 CONTRIBUTING.md
welaika-suspenders-2.29.0.alpha.1 CONTRIBUTING.md