Branch policies
semlanik edited this page 5 years ago

When you working with branches please follow policies described in this page.

master

Contributers free to submit changes to master branch if these changes guarantee stable work and all unit tests are passed.

feature branch

When you need pull request for feature and you would like to store changes on sever please create branch using following template: feature_<short_feature_name>_tasknum

When task will be closed it will be indicator for owner of repo that branch could be removed

dev branch

Contributers allowed to maintain own vision of project or continously integrate features on dev branches. For theses branches please use following template dev_<nickname>.

Note: pull requests from dev branches should not be accepted