Thanks for your interest in helping improve Adansons Base!
-
Please check exisintg issues to know someone is already working on same thing.
-
Create a new issue if you want fix a large bug or add a new feature.
-
Create a new branch or fork this repository. (it is good to use the name which is clear what issue is related on that branch. ex:
feature/#100orfix/#101) -
Apply code formatter
blackand checkpytestgoes well after your working. -
Create pull request to
mainbranch and specify reviewers.
Check poetry installation.
If you don't installed poetry yet, please follow the official instructions.
If poetry --help works, you're good to go.
poetry installpoetry run pytest tests/poetry run black .