Sha256: 26bb18326ea9e26b6f584b97d4126192cce5a33009ca81feabc4287dc1f1ca02
Contents?: true
Size: 939 Bytes
Versions: 1
Compression:
Stored size: 939 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-upload-ruby.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-upload-ruby/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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
renuo-upload-0.0.1 | CONTRIBUTING.md |