-
Notifications
You must be signed in to change notification settings - Fork 2
Development Cycle
Tarek Al Ayoubi edited this page Oct 10, 2020
·
8 revisions
- Create a branch with this name
#<ISSUE-NUMBER>-TEXT-DESCRIBING-THE-ISSUE - In SmartGit,
Remote->fetch - Checkout the branch you just created. You can find it under
origininBranchespanel - Code your task and test it.
- Review your changset and commit it.
- Commit message must have the following format
What you did (#<ISSUE-NUMBER>) - Push your commit(s) to the issue's branch
- Pull request the issue's branch to master