git clone [email protected]:chaserx/gems-cli.git
- Create a branch to add your feature/fix a bug:
git checkout -b my-new-feature
. - Add your feature/fix while following the style guide.
- Check your style with rubocop
bundle exec rubocop
. - Commit and push your changes to the branch to Github.
- Create a new Pull Request.