Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 546 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 546 Bytes

Contributing

Steps

Thanks for your interest in our GoCD cookbook! If you'd like to help out please:

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Add tests for the new feature; ensure they pass (chef exec bundle exec rake)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

Testing

bundle install && chef exec rake -T

The above command indicates all the tests that can be run.