Thank you for investing your time in contributing to my project!
If you found problem or have a feature request for the package search if an issue already exists. If a related issue doesn't exist, you can open a new one.
If you find an issue you would like to work on, you are welcome to open a PR with a fix.
- Fork the repository
- Make the changes
- Run the automatic tests
$ pip install poetry$ poetry install$ python -m unittest- Install package locally and manually check your changes
$ poetry install- Don't forget to have pre-commit hooks installed
$ pip install pre-commit && pre-commit install- Commit your changes (in conventional commit convention) and create a PR.