Thanks for your interest in contributing!
- Fork this repository
- Create a new branch (
git checkout -b feature/my-feature) - Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature/my-feature) - Open a Pull Request
- Follow PEP 8
- Keep functions small and readable
- Write clear commit messages
If you find a bug or want a new feature, feel free to open an issue.