NotDead.dev
NotDead.dev IN-PROGRESS
-
Home
- Topics
Branching Model
Branching model here is simplified and doesn't follow Gitflow[1]:
- 1
mainbranch. feature/short-descriptionbranches for new features and bug fixes, ortrivial/short-descriptionfor trivial changes, like indentation, white spaces, etc.release/vX.Y.Zbranches for releases (this is done automatically by the release workflow[2]).- No
hotfixorbugfixbranches. vX.Y.Ztags for each release.- Pull Requests (PR):
- The PR requests to merge your branch in your repository (cloned or forked) into the
mainbranch of the “official” repository (origin). - 1 code review is required to merge the PR.
- PRs are “merged”, not squashed, and not rebased.
- No sign-off is required (for now).
- The PR requests to merge your branch in your repository (cloned or forked) into the
Search Results for {{siteSearch | truncate:'50'}}
{{resultArray.length}}
No results.
