Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1001 Bytes

File metadata and controls

21 lines (14 loc) · 1001 Bytes

Contributing to the Temporal Python SDK

Thanks for your interest in contributing!

All contributors must complete the Temporal Contributor License Agreement (CLA) before changes can be merged. A link to the CLA will be posted in the PR.

See the README for build and development instructions.

Changelog

User-facing changes are recorded in CHANGELOG.md, loosely following the Keep a Changelog format.

If your PR includes a user-facing change (new feature, behavior change, deprecation, breaking change, notable bug fix, or security fix), add a short, high-level entry to the ## [Unreleased] section at the top of CHANGELOG.md under the appropriate heading, creating it if needed: Added, Changed, Deprecated, Breaking Changes, Fixed, or Security.

Keep entries high-level and written for users. The full commit log is appended at release time, so internal-only changes (refactors, tests, CI, docs) don't need an entry.