BoB Participant Contribution
Create a new account in Bitbucket
Go to the repository you want to contribute to
Fork the repository:
Click + on the leftmost global sidebar and select Fork this repository at the bottom of the lists
Name your project
Click Fork repository
Create a local clone of your fork
Make your changes and commit them to your local branch
Push the branch to your Bitbucket fork
Create a Pull Request:
Click + in the global sidebar and select Create a pull request under Get to work
In Description write a summary of what your change explaining what it is intended to do
You can leave Reviewers empty
Click Create pull request
Now everybody, with access to the project, can discuss and review the changes
Once a pull request has been approved the maintainer will pull it into the requested branch of the upstream repository