Sha256: cecbff87ccb5953f68b3a4803d1417129c91a13319321747f56ccc0fe161d4eb

Contents?: true

Size: 1 KB

Versions: 11

Compression:

Stored size: 1 KB

Contents

# How to Contribute

Pull requests are greatly appreciated and are what makes opensource great. Here's a quick guide:

* Fork it
* Create your feature branch (`git checkout -b my-new-feature`)
* Commit your changes (`git commit -am 'Add some feature'`)
* Push to the branch (`git push origin my-new-feature`)
* Create new Pull Request

Pester us if we don't get your Pull Requests merged in a timely fashion. :)

## How to speed the merging of pull requests

* Describe your changes in the CHANGELOG. 
* Give yourself some credit in the appropriate place (usually the CHANGELOG).
* Make commits of logical units.
* Ensure your commit messages help others understand what you are doing and why.
* Check for unnecessary whitespace with `git diff --check` before committing.
* Maintain the same code style.
* Maintain the same level of test coverage or improve it.

## Additional Resources

* [General GitHub documentation](http://help.github.com/)
* [GitHub pull request documentation](http://help.github.com/send-pull-requests/)

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
knife-cookbook-doc-0.10.0 CONTRIBUTING.md
knife-cookbook-doc-0.9.0 CONTRIBUTING.md
knife-cookbook-doc-0.8.0 CONTRIBUTING.md
knife-cookbook-doc-0.7.0 CONTRIBUTING.md
knife-cookbook-doc-0.6.0 CONTRIBUTING.md
knife-cookbook-doc-0.5.0 CONTRIBUTING.md
realityforge-braid-0.9.3 CONTRIBUTING.md
realityforge-braid-0.9.2 CONTRIBUTING.md
knife-cookbook-doc-0.3.0 CONTRIBUTING.md
knife-cookbook-doc-0.2.0 CONTRIBUTING.md
realityforge-braid-0.9.1 CONTRIBUTING.md