Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Experimental branches and sub branches

hasha2982 edited this page May 28, 2020 · 2 revisions

Experimental branches

Experimental branches are branches where new functionality is being developed and tested.

Experimental branch states

  • 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 into master soon.
  • merged - this branch was merged into master branch and there's no activity anymore on this branch.

Experimental branch naming

The format of experimental branches names is experimental-* where * is a number of experiment.

Experimental sub-branches

Experimental sub-branches are branches that were created from experimental branches.

Experimental sub-branch naming

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.

Clone this wiki locally