Fork the repository.
Create a feature branch:
git checkout -b feature/your-feature
Commit changes:
git commit -m "Add feature"
Push to the branch:
git push origin feature/your-feature
Create a pull request
Last updated 10 months ago