- Fork the repository
- Clone the repository to your local machine
- Create a new branch
git checkout -b <branch-name>
- Make your changes
- Commit and push your changes
git add .
git commit -m "commit message"
git push origin <branch-name>
- Create a pull request
- Wait for the pull request to be reviewed and merged