If you discover issues, have ideas for improvements or new features, please:
- Report them as a new issue
- Create a pull request.
Please, try to follow these guidelines when creating a pull request.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Run rubocop lint (
bundle exec rubocop -R --format simple
) - Run rspec tests (
bundle exec rspec
) - Push your branch (
git push origin my-new-feature
) - Create a new Pull Request to
master
branch