Last updated 5 months ago
Contributions are welcome! To contribute:
Fork the repository.
Create a new branch (git checkout -b feature-branch).
git checkout -b feature-branch
Make your changes and commit them (git commit -m "Add new feature").
git commit -m "Add new feature"
Push to the branch (git push origin feature-branch).
git push origin feature-branch
Create a pull request.
For more details, visit our .