Contributing Guidelines - Teradata/sqlalchemy-teradata GitHub Wiki
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