Hacking:Making pull requests: Difference between revisions

Content deleted Content added
Little bonus
No edit summary
Line 20:
* Add correct description for your pull request. It should contain string "Resolved (or Fixed) issue #XXX. <Text of an issue description>". Where XXX is a number of issue in the Issue Tracker. Read more about [https://confluence.atlassian.com/bitbucket/resolve-issues-automatically-when-users-push-code-221451126.html Resolving issues automatically when push code].
* Don't forget to add your changes to file ChangeLog.txt.
* In the end push your changes to your fork, then create a pull request.
* MergeIn a pull request merge your '''develop'''/'''feature''' branch with our '''develop''' branch.
 
Most likely we will ask you to fix some issues in a code. In this case you will add your changes to the '''feature''' branch and update your pull request. No need to create new one each time.