In this file you can see our working pipeline and our commit rules.
- Check your task in Azure Dev Board as Doing
- Change in web version of github active branch to develop
- Create in web version of github new branch from develop branch
- Pull your branch on yours PC
- Complete your task
- Commit to your branch
- Create Pull Request
- Write a message to Tech Lead
- Review Proccess (Please watch important notes)
- Check your task in Azure Dev Board as Done
If it is easier for you, you can just use this link https://github.com/Sairsey/manga-reader/tree/develop
Your branch must have name in format "feature_", Where 'name' clearly explains feature you are doing. For example: feature_library_screen or feature_create_readme.
All commits must be written on English in format:
<commit message> AB#<Azure issue number>
Where "commit message" clearly explains what you have done. For example: "Fixed plus button on library screen AB#123"
Pull Request must be from yours "feature_*" branch to "develop" branch.
If Tech lead during review accepted your changes - go to 10). Otherwise fix what Tech lead doesnt like and complete steps 5, 6, 8, 9 again.