Skip to content

Branch management

Arnab Roy Chowdhury edited this page Jun 21, 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

For community contributors please read the contributing doc here.

Clone this wiki locally