Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 501 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 501 Bytes

Contributing

Thanks for your contribution! Some small points to consider before suggesting changes.

We use poetry for packaging and environment management. Additionally, please use the pre-commit package and the hooks predefined. They ensure certain checks.

git clone [email protected]:murilo-cunha/stream-wars.git
cd stream-wars
poetry shell
poetry install
pre-commit install

Thanks again for contributing! Feel free to open an issue if you have any questions/suggestions! 🚀