Bug Template

The following are the key details that must be included in a bug report. This allows the development team to quickly reproduce the issue (the first step to solving it).

Bug Remediation Process

  1. Bug is discovered

  2. Bug report is documented

  3. QA team reviews bug report for sufficient details

  4. QA team attempts to reproduce the bug

    1. If team can reproduce the bug, bug is moved to ready

    2. If team cannot reproduce the bug, the bug is closed as not reproducible

  5. Project Owner team prioritizes bug

  6. Project Owner team adds bug to a sprint

  7. Development team addresses bug

  8. Code Review

  9. QA

  10. UAT

  11. Completion

Bug Report Template

h2. Steps to Reproduce

Given I am logged in a [USER ROLE] When I go to [NODE URL] And I try to [write out instructions of steps to produce issue] Then I expected [DESIRED RESULT]

Actual Result: [Define exactly what happened as a result]

h3. ATTACHMENT(S): Note: Please attach screenshot images detailing issue alongside desired modification(s).

Last updated

Was this helpful?