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.
- Find a bug
- Reproduce the bug
- Create an issue for the bug
- Assign the issue
- Assignee fixes the issue
- Assignee marks the bug as fixed
- Tester tests if the bug is fixed or not
- Not fixed: update and GOTO 4
- Fixed: close issue