Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 649 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 649 Bytes

Contributing

If you discover issues, have ideas for improvements or new features, please:

  1. Report them as a new issue
  2. Create a pull request.

Please, try to follow these guidelines when creating a pull request.

Create Pull Request

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Run rubocop lint (bundle exec rubocop -R --format simple)
  5. Run rspec tests (bundle exec rspec)
  6. Push your branch (git push origin my-new-feature)
  7. Create a new Pull Request to master branch