Socorro/Release Procedure/Checklists/MergePatch

Merging a patch

  1. Create a feature branch with a name like: "bug45678-a-small-change"
  2. Make your changes
  3. Commit your changes
  4. Squash your commits into one commit, and include "bug ######" in your commit message
  5. Run tests with 'make test'
  6. Push the feature branch to your personal repo on github
  7. Create a pull request against mozilla/socorro master on github
  8. Wait for the Jenkins run to go green
  9. Request someone to review your patch in #breakpad
  10. After a successful review, merge the patch on github