Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 504 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 504 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: chore | feature | bugfix

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