Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 474 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 474 Bytes

Contributing to gems-cli

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