Sha256: 7e2a60f37758998e698d01773d9baf3e16a7a1ce8b731cbe02b7103bb7d808c8

Contents?: true

Size: 1.01 KB

Versions: 3

Compression:

Stored size: 1.01 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/underlay.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/DVELP/cookbook/blob/master/guides/code-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/DVELP/underlay/compare/

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

3 entries across 3 versions & 1 rubygems

Version Path
underlay-2.0 CONTRIBUTING.md
underlay-1.52.1 CONTRIBUTING.md
underlay-1.50.1 CONTRIBUTING.md