Contributing
May 14, 2026 · View on GitHub
Contributions are welcome! Please follow the standard GitHub pull request workflow:
- Fork the repository.
- Create a new branch for your changes (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add AmazingFeature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
- Include a project link in the PR description.
- Star this repo ⭐, so more people can find it.