Thank you for your interest in contributing! This project follows an open and collaborative workflow.
- Fork the repository.
- Create a feature branch:
git checkout -b feature/your-change. - Run tests locally:
python -m pytest - Submit a pull request and describe the changes clearly.
- Follow the existing style and keep the code readable.
- Use
blackfor formatting andrufffor linting. - Keep logic simple and beginner-friendly.
If you find a bug or want to request a feature, please open an issue with a clear description and reproduction steps.