Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 518 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 518 Bytes

How to Contribute

I am happy to receive contributions -- there are certainly places where existing functionality can be improved or extended, or room for new functionality.

The ideal mode for contributing is through pull requests. If possible adhere to conventional commits for commit message styling.

Apart from the rest, it's expected to behave appropriately.

Coding Conventions

  • Use ruff for linting and formatting/
  • That's really it. Ruff handles it.