Files
kork/CONTRIBUTING.md
Eugene Yurtsev 6e84264e0f Initial commit
2023-05-04 14:43:52 -04:00

650 B

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