Thank you for the interest in the project!
If you found a bug, have a feature request or need help (ask questions) open a new issue.
If you implemented a bugfix, a new feature, or updated the docs/tests feel free to Submit a Pull Request so it can be reviewed and hopefully merged.
- Fork the repository
- Install the dependencies & run locally
bundle install
bundle exec puma -p 4567
- Create your feature branch
git checkout -b my-new-feature
- Work on your fix/feature
- Add tests to avoid regressions in the future
- Run the tests
bundle exec rspec
- Commit your changes
git commit -am 'Added some feature'
- Push to the branch
git push origin my-new-feature
- Create new Pull Request