Sha256: 12b028d043d5d524ec7325ee7051b0d6a6ac52aa5baff6605eb1f24569979e8f

Contents?: true

Size: 643 Bytes

Versions: 5

Compression:

Stored size: 643 Bytes

Contents

# Contributing

Fork the repo:

    git clone git@github.com:friendsoftheweb/stoker.git

Set up your machine:

    ./bin/setup

Make sure the tests pass:

    rake

Make your change.
Write tests.
Make the tests pass:

    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/friendsoftheweb/stoker/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

5 entries across 5 versions & 1 rubygems

Version Path
stoker-1.0.0.pre6 CONTRIBUTING.md
stoker-1.0.0.pre5 CONTRIBUTING.md
stoker-1.0.0.pre4 CONTRIBUTING.md
stoker-1.0.0.pre3 CONTRIBUTING.md
stoker-1.0.0.pre2 CONTRIBUTING.md