Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 650 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (25 loc) · 650 Bytes

Contributing to Kork

Thanks for your interest in contributing to Kork!

If you have ideas or features you would like to see implemented feel free to open an issue and let me know.

PRs are welcome, but before starting to work on a substantial PR, please file an issue to discuss the design and the code change.

Setting up for development

The package uses poetry together with poethepoet.

Install dependencies

poetry install --with dev,test

List tasks

poe

autoformat

poe autoformat

test

poe test