- Fork this repository
- Create your feature branch (
git checkout -b my-new-feature
) - Run
guard
- Make changes and keep an eye on RuboCop violations and green tests
- Commit your changes (
git commit -am 'Add a feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new pull request
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.