Skip to content

Branch management

Arnab Roy Chowdhury edited this page Jul 15, 2021 · 5 revisions

Below workflow should be maintained for developing new features or bug fixes (if it is not very small one).

  • Create a new issue
  • Create a new branch from main
  • Work on the issue
  • When it is done, then open a pull request to main
  • Review the code and squash-merge into main
  • Close the issue
Clone this wiki locally