How to Contribute Fork the repository Create a new branch (git checkout -b feature-branch) Make your changes Commit your changes (git commit -m 'Add new feature') Push to the branch (git push origin feature-branch) Open a Pull Request