Style Guides Principles Justified All style choices should cite a reason for the choice Best practices Style choices should not veer from broadly accepted best practices without a very good reason Version controlled first Style choices should enable cleaner, easier reviews of file diffs Consistency across languages When possible and sensible similar styles should be adopted across languages Guides git markdown python sql Contribute Fork this repo Make edits in the main branch Follow the guidance in the markdown style guide If you add a new guide then add it to the list above Create a PR with your changes Your PR should contain a justification for each change that you're making