Skip to content

Instantly share code, notes, and snippets.

@isneesh
Last active August 29, 2015 14:01
Show Gist options
  • Save isneesh/66ac3be74dd72e65722f to your computer and use it in GitHub Desktop.
Save isneesh/66ac3be74dd72e65722f to your computer and use it in GitHub Desktop.

Discovery - Dev/QA

  • Create a bug on pivotal if not already there
  • Assign the task to owning dev

Fix - Owning Dev

  • Mark it started
  • Figure out the base_branch depending on whether the bug exists on master as well or only on develop
  • Take out a branch with prefix fix_ from base_branch above
  • Fix the bug

Review - Owning dev

  • Create a PR for the branch
  • Post the link to the PR on pivotal task
  • Mark the task as finished
  • Get the PR reviewed
  • Fix issues

QA Delivery - Owning Dev

  • Merge fix_bug in develop
  • Mark as delivered

Testing - QA

  • QA tests the daily build for the fix
  • Marks it accepted

Market Readiness - Owning dev

  • Merge fix_bug to master on story acceptance
  • Delete fix_bug branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment