Hacking:Making pull requests: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 13:
 
There are several things you should know for successful creating a pull request.
* Please, read carefully official tutorial from Atlassian [https://www.atlassian.com/git/tutorials/making-a-pull-request Making a Pull Request]. This tutorial will help you understand how to work with bitbucket web site. '''But don't forget to return to this page and read it all. We have warned you.'''
* Normally you are not allowed create new named branches. You should use '''develop''', '''feature''' or '''release''' depend on a purpose.
* Be sure you use correct branch for your changes. '''This is the most popular mistake'''.