Sha256: 7a8ea45b3ac52cdf28d7f202069d783b8ddc0452ba53b099879e63870571b81f

Contents?: true

Size: 761 Bytes

Versions: 34

Compression:

Stored size: 761 Bytes

Contents

Contributing to Chef Sugar
===============================
The process for contributing to Chef sugar 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 (@sethvargo)

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

Version data entries

34 entries across 34 versions & 2 rubygems

Version Path
chef-sugar-ng-4.2.2 CONTRIBUTING.md
chef-sugar-4.2.1 CONTRIBUTING.md
chef-sugar-4.2.0 CONTRIBUTING.md
chef-sugar-4.1.0 CONTRIBUTING.md
chef-sugar-4.0.1 CONTRIBUTING.md
chef-sugar-4.0.0 CONTRIBUTING.md
chef-sugar-3.6.0 CONTRIBUTING.md
chef-sugar-3.5.0 CONTRIBUTING.md
chef-sugar-3.4.0 CONTRIBUTING.md
chef-sugar-3.3.0 CONTRIBUTING.md
chef-sugar-3.2.0 CONTRIBUTING.md
chef-sugar-3.1.1 CONTRIBUTING.md
chef-sugar-3.1.0 CONTRIBUTING.md
chef-sugar-3.0.1 CONTRIBUTING.md
chef-sugar-3.0.0 CONTRIBUTING.md
chef-sugar-2.5.0 CONTRIBUTING.md
chef-sugar-2.4.1 CONTRIBUTING.md
chef-sugar-2.4.0 CONTRIBUTING.md
chef-sugar-2.3.2 CONTRIBUTING.md
chef-sugar-2.3.1 CONTRIBUTING.md