Thank you for considering contributing to this project! Your help is greatly appreciated.
Below are some guidelines to help you get started.
- Fork and clone the repo.
- Create a new branch (
git checkout -b my-feature). - Install dependencies:
pip install -r requirements.txt - Make changes and commit:
git commit -m "Brief description" - Push and open a pull request.
- Follow PEP 8.
- Keep PRs focused and descriptive.
- Add tests for new features or fixes.