Skip to content

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 origin in Branches panel
  • 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

Clone this wiki locally