mirror of
https://github.com/langchain-ai/kork.git
synced 2026-06-30 22:28:05 -04:00
650 B
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