-
Notifications
You must be signed in to change notification settings - Fork 18
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 installandpre-commit installfrom the root directory of the project. - Add your feature/bugfixes/changes (see Roadmap if your are looking for Ideas)
- Run
./scripts/check.shto 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 :)