Code Contribution
Feel free to contribute to the project by opening a pull request. Please make sure to follow the existing code style of the project.
General Guidelines
Submit a contribution
Fork the repository on GitHub.
Clone your fork:
git clone <your-fork-url>Create a new branch from
master:git checkout -b <branch-name>Make your changes, following the existing code style.
Commit your changes:
git commit -am 'Add some feature'Push to your branch:
git push origin <branch-name>Submit a pull request against the
masterbranch.The CI/CD pipeline will run automated checks on your PR. Wait for them to pass and for the review to complete.
Celebrate 🎉

30 August 2026