-
Notifications
You must be signed in to change notification settings - Fork 13
Contributing
Avi Lumelsky edited this page Apr 10, 2023
·
1 revision
- Fork this repo ^
- Install
poetry
,pre-commit
,doctoc
(Runpython3 -m pip install poetry pre-commit doctoc
) - Run
poetry install
andpre-commit install
from the root directory of the project. - Add your feature/bugfixes/changes (see Roadmap if your are looking for Ideas)
- Run
./scripts/check.sh
to correct the code styling and lint using pre-commit hooks.- run
git add .
if the script modified any files. - commit the changes using
git commit
- run
- Create a pull request with a desriptive title :)