Currently, there is no structural difference between feature and bug fix branches. And all PRs must go through staging, which can add delays to deploying critical fixes.
Switching the branch structure to Gitflow (or any other viable option) will also add some semantic branch names (in addition to the issue numbers prefixing current branch names).
Currently, there is no structural difference between feature and bug fix branches. And all PRs must go through staging, which can add delays to deploying critical fixes.
Switching the branch structure to Gitflow (or any other viable option) will also add some semantic branch names (in addition to the issue numbers prefixing current branch names).