Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 449 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 449 Bytes

Branch Structure

main branch: development test branch: pre-development

development - stable branch pre-development - working branch

pull request

All the pull requests create from pre-development and send pull requests on the same branch.

When creating new branch, always use the structure of the branch anatomy.

branch anatomy: type/title

type: core | feature | bugfix

pre-development branch is synced to the development branch once a week.