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
Clone your fork:
git clone <your-fork-url>
Create a new branch from the master branch:
git checkout -b <branch-name>
Make your changes
Commit your changes:
git commit -am 'Add some feature'
Push to the branch:
git push origin <branch-name>
Submit a pull request
Wait for the pull request to be reviewed and merged
Celebrate 🎉
Last modified: 24 July 2024