Bug Lifecycle - slander36/IssueTrackerTraining GitHub Wiki

The bug lifecycle is similar to the feature lifecycle, except instead of adding it to a checklist, the bug is iterated on until it is fixed completely.

  1. Find a bug
  2. Reproduce the bug
  3. Create an issue for the bug
  4. Assign the issue
  5. Assignee fixes the issue
  6. Assignee marks the bug as fixed
  7. Tester tests if the bug is fixed or not
  • Not fixed: update and GOTO 4
  • Fixed: close issue

bug lifecycle