Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 427 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 427 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