- Fork this repository (https://github.com/aredondo/check_passenger/fork). The repository follows the Git Flow branching model so when forking, please do so from the
developbranch, as there may be commits that have still not made it tomaster. - Create your feature branch:
git checkout -b feature/my-new-feature - Commit your changes
- Make sure that all the tests pass:
rake test - Run Rubocop to confirm that it does not raise any warnings
- Make sure to update CHANGELOG.md to list your changes. Also, update README.md if necessary. Please, do not update the gem version.
- Push to the branch:
git push origin feature/my-new-feature - Create a new Pull Request
Thanks!