Socorro/Release Procedure/Checklists/MergePatch
< Socorro | Release Procedure
Merging a patch
- Create a feature branch with a name like: "bug45678-a-small-change"
- Make your changes
- Commit your changes
- Squash your commits into one commit, and include "bug ######" in your commit message
- Run tests with 'make test'
- Push the feature branch to your personal repo on github
- Create a pull request against mozilla/socorro master on github
- Wait for the Jenkins run to go green
- Request someone to review your patch in #breakpad
- After a successful review, merge the patch on github