Sha256: b0ebf26801bc112a7e4703a193d8d712d2dcb084a24cde4a30ab6afbdf9e5930
Contents?: true
Size: 708 Bytes
Versions: 70
Compression:
Stored size: 708 Bytes
Contents
# Contributing 1. [Fork the repository.][fork] 2. [Create a topic branch.][branch] 3. Implement your feature or bug fix. 4. Don't forget to add specs and make sure they pass by running `rspec .`. 5. Make sure your code complies with the style guide by running `rubocop`. `rubocop -a` can automatically fix most issues for you. 6. If necessary, add documentation for your feature or bug fix. 7. Commit and push your changes. 8. [Submit a pull request.][pr] [fork]: http://help.github.com/fork-a-repo/ [branch]: https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-branches [pr]: https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests
Version data entries
70 entries across 70 versions & 5 rubygems