ტესტირების სისტემა
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.