- Fork and clone the repo!
- Create your feature branch:
git checkout -b my-new-feature
- Add files changed:
git add .
- Commit your changes:
git commit -m "Add some feature"
- Push to the branch:
git push origin my-new-feature
- Open a pull request from your fork repo to the origin repo
- The pull request and the commits should have descriptive titles.
After your pull request is merged
After your pull request is merged, you can safely delete your branch.