Thanks for deciding to contribute.
- Clone (or fork) this repository
- Create a new branch with
git switch -c {branch_name}
- Make your changes
- Run
./scripts/format
./scripts/lint
./scripts/test
- Create a commit
- Push your code
- Create a Pull Request
poetry add {package_name}
We use the group dev
for developer deps.
poetry add --group dev {package_name}