Thanks for interesting my project and taking your time to contribute! 🥰
If you find a bug or want a feature, please open an issue on GitHub. Include as much detail as possible.
- Fork the repository and clone it locally.
- Setup development environment as described as below
- Create a new feature or bugfix branch.
- Commit and push your changes to your forked repository.
- Open a pull request on GitHub.
hatch -e dev env create
hatch -e dev shell
pre-commit install
- Make sure all python venv related files are removed.