Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 982 Bytes

branching-model.md

File metadata and controls

29 lines (16 loc) · 982 Bytes

Branching model

English | Русский

Branching model accepted in IX-Ray project

Overview

The project uses linear history to simplify viewing and comprehension. The acceptable branch names are described below

Naming

Standard branches

Standard branch accepted in the project is the branch named default. Administrators and maintainers of the project only can work with this branch

Special branches

Special branch named develop is common development branch intended for staging changes. Almost any project participant can only work with this branch by agreement with the maintainer

Regular branches

Regular working branches should branch from the default or develop branch and should be named matching the following pattern:

feature/name-of-branch

Name of the branch should briefly reflect the meaning of its commits. Examples can be viewed in the repository history