Skip to content

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

Clone this wiki locally