Sha256: c11ac44ad3c1bf380c9277f94c2ab2adbd1ac90612d684d599962af7f725d398

Contents?: true

Size: 914 Bytes

Versions: 5

Compression:

Stored size: 914 Bytes

Contents

# Contributing

We love pull requests. Here's a quick guide.

Fork the repo:

    git clone git@github.com:thoughtbot/jumpstart.git

Set up your machine:

    ./bin/setup

Make sure the tests pass:

    rake

Make your change. Add tests for your change. Make the tests pass:

    rake

Push to your fork and [submit a pull request][pr].

[pr]: https://github.com/thoughtbot/jumpstart/compare/

At this point you're waiting on us. We like to at least comment on pull requests
within three business days (and, typically, one business day). We may suggest
some changes or improvements or alternatives.

Some things that will increase the chance that your pull request is accepted:

* Write tests.
* Follow our [style guide][style].
* Write a [good commit message][commit].

[style]: https://github.com/thoughtbot/guides/tree/master/style
[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ajmalafif-jumpstart-1.18.8 CONTRIBUTING.md
ajmalafif-jumpstart-1.18.7 CONTRIBUTING.md
ajmalafif-jumpstart-1.18.6 CONTRIBUTING.md
ajmalafif-jumpstart-1.18.5 CONTRIBUTING.md
ajmalafif-jumpstart-1.18.4 CONTRIBUTING.md