Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 407 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 407 Bytes

Contributing

Branches

All active development are on the main branch and releases are made on git tags.

Contributing Code

This project uses hatch as its Python project manager.

Pre-commit is available to help you pass the pull request checks.

Making a New Release

  1. Create and increment Github releases.
  2. Build and release to PyPI with hatch (CI TBD).