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