3. When developer finished work on issue he must be remove WIP marker.
4. The discription of the pull request must be contains the **fix #XXX** label.
5. If The pull request contains difficult solution or changes then a description of the pull request must be contains detailed description of the all changes in a code.
6. If the project have a releases branch then all pull requests must be checkout from the release branch marked in the issue milistones.
> For example CQtDeployer have issue in the **1.6 milistone** then developer must be checkout from the **v1.6** branch and create pull reqest from own **task_XXX** branch to the **v1.6** branch.
## Commits
Descriptions of commits
1. All commits must be contains the **ref #XXX** label for automaticly including commits to solving issue.
2. The **fix #XXX** label is forbidden because all commits should be pass all CI tests and review of another developers.
3. If commit do not have a any issues then commit should be contains detailed description about changes.