Sha256: bbec7685256e1bddf3a18851fea54703a0aaba7613768e91dc97721d2e34e419

Contents?: true

Size: 817 Bytes

Versions: 11

Compression:

Stored size: 817 Bytes

Contents

# Contributing

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

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

11 entries across 11 versions & 3 rubygems

Version Path
welaika-suspenders-2.10.0 CONTRIBUTING.md
suspenders-1.26.0 CONTRIBUTING.md
welaika-suspenders-2.9.0 CONTRIBUTING.md
welaika-suspenders-2.8.0 CONTRIBUTING.md
suspenders-1.25.0 CONTRIBUTING.md
welaika-suspenders-2.7.1 CONTRIBUTING.md
brace-0.1.0 CONTRIBUTING.md
brace-0.0.3 CONTRIBUTING.md
brace-0.0.1 CONTRIBUTING.md
welaika-suspenders-2.7.0 CONTRIBUTING.md
suspenders-1.24.0 CONTRIBUTING.md