Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 879 Bytes

CONTRIBUTING.md

File metadata and controls

42 lines (24 loc) · 879 Bytes

Contributing

We love pull requests from everyone. Here's a quick guide:

Fork, then clone the repo:

git clone [email protected]:your-username/rack-transform.git

Set up Ruby dependencies via Bundler

bundle install

Make sure the tests pass:

rake

Create your feature branch (git checkout -b my-new-feature) Make your change. Write tests.

Make the tests pass:

rake

Write a good commit message. Push to your fork. Submit a pull request.

If Hound catches style violations, fix them.

Wait for us. We try to at least comment on pull requests within one business day. We may suggest changes.

Thank you for your contribution!