Sha256: 1510cf715d4650d0052c6c2f9c5f2697e3f34d4ca5381e68b7e8c19cd59e3945
Contents?: true
Size: 922 Bytes
Versions: 4
Compression:
Stored size: 922 Bytes
Contents
# Contributing ### We love pull requests. Here's a quick guide. Fork, then clone the repo: ``` git clone git@github.com:your-username/renuo-cms-rails.git ``` Set up your machine: ``` git checkout -b your-branch-name bundle ``` 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]. ``` git push origin your-branch-name ``` [pr]: https://github.com/renuo/renuo-cms-rails/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. * Write a [good commit message][commit]. [commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
renuo-cms-rails-0.2.1 | CONTRIBUTING.md |
renuo-cms-rails-0.2.0 | CONTRIBUTING.md |
renuo-cms-rails-0.1.0 | CONTRIBUTING.md |
renuo-cms-rails-0.0.1 | CONTRIBUTING.md |