-
Fork it
-
Download your fork
-
Create your feature branch (
git checkout -b my-new-feature) -
Create your changelog entry (
tools/changelog add new --author [me] --title my-new-feature) -
Make changes and add them (
git add .) (include the unfinished folder) -
Commit your changes (
git commit -m 'Add some feature') -
Push to the branch (
git push origin my-new-feature) -
Create new pull request