Sha256: 4685cba5c510b5c5c55d123b2acbe708b753d366fd0cc0d3eb895c76b1f50d2b
Contents?: true
Size: 1.08 KB
Versions: 3
Compression:
Stored size: 1.08 KB
Contents
### Contributing Pull Requests are welcome! To start helping out on this project: Fork then clone the repository: git clone git@github.com:your-username/acts_as_textcaptcha.git Create your feature branch: git checkout -b my-new-feature Commit your changes, push and submit a new [Pull Request](https://github.com/matthutchinson/acts_as_textcaptcha/compare/): git commit -am 'Added some feature' git push origin my-new-feature At this point you'll be waiting for me to review it. I try to reply to new Pull Requests within 5 days. I may suggest some changes, improvements or alternatives. To increase the chance that your pull request gets accepted: * Explain what your are doing (and why) in your Pull Request description. * If you are fixing an [issue](https://github.com/matthutchinson/acts_as_textcaptcha/issues), link to it in your description and [mention it](https://help.github.com/articles/closing-issues-via-commit-messages/) in the commit message. * Write a good [commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html). * Write tests.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
acts_as_textcaptcha-4.3.0 | CONTRIBUTING.md |
acts_as_textcaptcha-4.2.0 | CONTRIBUTING.md |
acts_as_textcaptcha-4.1.3 | CONTRIBUTING.md |