Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 881 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (24 loc) · 881 Bytes

Contributing

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

Fork, then clone the repo:

git clone git@github.com:your-username/mountain_view.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!