-
Fork it
-
Create your feature branch:
git checkout -b feature/my-feature
-
Add files changed:
git add .
-
Commit your changes:
git commit -m "feat: add feature"
-
Push to the feature branch:
git push origin feature/my-feature
-
Submit a pull request
Obs: after your pull request is merged, you can safely delete your feature branch.