chaserx/gems-cli

View on GitHub
CONTRIBUTING.md

Summary

Maintainability
Test Coverage
# Contributing to gems-cli

1. `git clone git@github.com:chaserx/gems-cli.git`
1. Create a branch to add your feature/fix a bug: `git checkout -b my-new-feature`.
1. Add your feature/fix while following the [style guide](http://learning-things.cirrusmio.com/style-guides/ruby.html).
1. Check your style with rubocop `bundle exec rubocop`.
1. Commit and push your changes to the branch to Github.
1. [Create a new Pull Request](https://github.com/chaserx/gems-cli/compare).