Hacking:Making pull requests: Difference between revisions

Content added Content deleted
Line 21: Line 21:
* Make all your commits in feature branch. This mean all your changes in your local repository will be only in feature branch. When you will decide that all were done create a pull request. Merge your feature branch with our develop.
* Make all your commits in feature branch. This mean all your changes in your local repository will be only in feature branch. When you will decide that all were done create a pull request. Merge your feature branch with our develop.
* Don't forget each day sync your repository and ours and merge new code in develop -> to your feature branch. Fix all possible merge conflicts.
* Don't forget each day sync your repository and ours and merge new code in develop -> to your feature branch. Fix all possible merge conflicts.
* You can push your feature branch to bitbucket. This will help us watch your progress and left comments. We recommend don't hide your code until the end.
* You can push your feature branch to bitbucket. This will help us watch your progress and leave comments. We recommend don't hide your code until the end.


== General recommendations ==
== General recommendations ==