Sha256: 75884496e8833022370c0e597ab3cec43d1c2418bbfd4987644155994ecd234e
Contents?: true
Size: 935 Bytes
Versions: 4
Compression:
Stored size: 935 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-bin-check.git ``` Set up your machine: ``` git checkout -b your-branch-name bin/setup ``` Make sure the tests pass: ``` bin/check ``` Make your change. Add tests for your change. Make the tests pass: ``` bin/check ``` Push to your fork and [submit a pull request][pr]. ``` git push origin your-branch-name ``` [pr]: https://github.com/renuo/renuo-bin-check/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-bin-check-1.0.0.beta2 | CONTRIBUTING.md |
renuo-bin-check-1.0.0.beta1 | CONTRIBUTING.md |
renuo-bin-check-0.2.1 | CONTRIBUTING.md |
renuo-bin-check-0.2.0 | CONTRIBUTING.md |