-
Notifications
You must be signed in to change notification settings - Fork 7
Developer guide: Branching & Working
XuanLi-Leong edited this page Oct 11, 2018
·
3 revisions
If you have existing local changes, you'll need to stash or commit them. Feel free to chat if this part is unclear. Then:
git checkout master
git pull
git checkout -b <initials>/<description of task>_<issue number>
e.g. hc/advice_14
git push
Go open a PR and fill out a brief English description in the title, link to your issue via #
WIP: English description
When it's done..... change your title to RFR!!!
GO FORTH AND CODE! 🎉