DEV Community

Discussion on: Why you should not use (long-lived) feature branches

Collapse
 
mortoray profile image
edA‑qa mort‑ora‑y

Marking an issue/story/req complete in a branch is also a bad workflow. They should not be marked as complete until they are merged into the master branch, or whatever the developing branch is.

GitHub even has this feature automated. If you mark branches fixing issues, those issues will be closed once they are merged.