This is a short guide on how to get your changes into gaia (or any other repo that has these rules). What we need before we can merge something is:
- One single commit
- Commit message:
Bug 123456 - Good explanation of the change
So let's say you have the following commits in your pull request:
yourname first try at something 5cf862e
yourname moar of the same f3f6d47