Contributing Fork the repository. Create a new branch: git checkout -b feature/your-feature Make your changes and commit them: git commit -m "Commit message" Push to your branch: git push origin feature/your-feature Open a pull request.