This repository was archived by the owner on May 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Experimental branches and sub branches
hasha2982 edited this page May 28, 2020
·
2 revisions
Experimental branches are branches where new functionality is being developed and tested.
-
active
- this branch is currently in development. -
testing
- development of this branch has been ended, now testing and looking for bugs. -
getting ready to merge
- a PR has opened, this branch will be merged intomaster
soon. -
merged
- this branch was merged intomaster
branch and there's no activity anymore on this branch.
The format of experimental branches names is experimental-*
where *
is a number of experiment.
Experimental sub-branches are branches that were created from experimental branches.
The format of experimental branches names is experimental-#-*
where #
is a number of experiment and *
is a title of experimental sub-branch.
Example name for experimental sub-branch: experimental-2-sdk
.