Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 811 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 811 Bytes

Contribution guidelines

Thank you for your interest in improving our Python client! Follow these guidelines to contribute effectively and get your patches accepted.

Submission guidelines

Adhere to the following rules when submitting your PR:

  • Keep it small: Avoid changing too many things at once.
  • Individual PRs: One PR per issue, please.
  • Commit messages: Take a moment to write meaningful commit messages.
  • Quality assurance: Review your spelling and grammar.
  • Testing: Write tests and ensure your changes do not break any existing functionality by running make test.
  • Respect the coding style: Maintain the style of the codebase in your contributions.

License

All contributions are made under the Apache-2.0 license.