Sha256: c1ce1c41427c9261f961c83e3db9cad95af11d42294d910f8c4f5d78769dc5b7

Contents?: true

Size: 762 Bytes

Versions: 1

Compression:

Stored size: 762 Bytes

Contents

Contributing to Chef Consul
===============================
The process for contributing to Chef consul is rather straight-forward. It is unlikely that you'll need to modify the actual Chef recipe, so it's assumed that you want to work on the Gem itself.

1. Fork the repository on GitHub.
2. Clone your fork.
3. Create a new, semantically-named branch:

        $ git checkout -b my_feature_branch

4. Make any changes, ensuring you write adequate test coverage.
5. Document your changes (YARD).
6. Run the tests (make sure they pass).
7. Submit a Pull Request on GitHub.
8. (optional) Ping me on Twitter (@samdunne)

Additionally, please **DO NOT**:
- Modify the version of the cookbook or gem.
- Update the CHANGELOG
- Make unnecessary changes to the gemspec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chef-consul-1.0.0 CONTRIBUTING.md