-
Notifications
You must be signed in to change notification settings - Fork 21
Contributing Guidelines
Mark Sandan edited this page Jul 22, 2016
·
4 revisions
Contributions are submitted by opening pull requests.
Here are some guidelines to follow when contributing to source code:
- Small patches over larger more ambitious patches
- Unit tests should be written to cover the code proposed
- Readability matters - clarity over being clever
- Update the CHANGELOG.md with a summary of your changes if requested
Updating the CHANGELOG.md:
The change log is meant to chronicle significant changes in a human readable way.
- Include a description of changes associated with your commit(s)
- Include motivations, reasons, and background to add context to your contribution