-
Notifications
You must be signed in to change notification settings - Fork 2
Development Cycle
jack5661 edited this page Jan 30, 2021
·
8 revisions
- Pull master
- Create a branch with this name
#<ISSUE-NUMBER>-TEXT-DESCRIBING-THE-ISSUEon top of latest master commit - 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
<PROJECT>: What you did (#<ISSUE-NUMBER>) - Push your commit(s) to the issue's branch
- Pull request the issue's branch to master