chef/cookbooks/logrotate/CONTRIBUTING.md
2016-05-13 17:10:03 +02:00

17 lines
518 B
Markdown

## Contribution Guidelines
- Please submit improvements and bug fixes via Github pull requests or
by sending an email to steve@chef.io in git's format-patch
format.
- All patches should have well-written commit message. The first line
should summarize the change while the rest of the commit message
should explain the reason the change is needed.
- Please ensure all tests and lint checking pass before submitting
pull requests.
## Testing
Please read TESTING.md for details on testing this cookbook.