New Task branch¶
- Create a
feature
branch. - Make sure the branch is rebased onto
main
branch. - Make changes to complete the task.
- Make a commit with the changes.
- Push the commit to the remote repository.
- Make a PR from the feature branch into the target branch via UI.
- Wait until the checks pass before requesting the peer review via UI.
- Once the PR is approved, merge the PR via UI.