Thanks for your interest in our GoCD cookbook! If you'd like to help out please:
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Add tests for the new feature; ensure they pass (
chef exec bundle exec rake
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
bundle install && chef exec rake -T
The above command indicates all the tests that can be run.