Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 504 Bytes

File metadata and controls

19 lines (13 loc) · 504 Bytes

Contributing

Before You Start

  • Read the README and this document.
  • Follow the Code of Conduct.
  • Use Python 3.11 or later.
  • Do not add secrets, internal URLs, customer data, or test credentials.

Local Checks

Run the commands in the README before you open a pull request.

Pull Requests

  • Keep each pull request focused.
  • Add tests for behavior changes.
  • Update public documentation when the public API changes.
  • Update CHANGELOG.md for user-visible changes.