Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 643 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (19 loc) · 643 Bytes

Contributing

Fork the repo:

git clone [email protected]: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. Push to your fork. Submit a pull request.

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.