Skip to content

Files

Latest commit

3d25115 · May 21, 2024

History

History
6 lines (5 loc) · 357 Bytes

CONTRUBUTING.md

File metadata and controls

6 lines (5 loc) · 357 Bytes

How to contribute to this project

  • Update CHANGELOG.md
  • After you have committed your changes, update the version with poetry version <patch/ minor/ major> following semantic versioning.
  • Then add a new tag with that version number: git tag -a v$(poetry version --short).
  • Finally push to github with git push origin v$(poetry version --short)