- Create a bug on pivotal if not already there
- Assign the task to 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
- 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
- Merge fix_bug in develop
- Mark as delivered
- QA tests the daily build for the fix
- Marks it accepted
- Merge fix_bug to master on story acceptance
- Delete fix_bug branch