Bug Report & Issue Log Template

Purpose

The purpose of this template is to standardize how defects and issues are reported across projects at Memorres. Defects that lack details, evidence, or structure waste developer time, frustrate PMs, and create friction between teams. This template ensures that every defect is logged with sufficient information to be reproducible, traceable, and actionable. By using a uniform structure, lean QA teams can minimize back-and-forth clarifications and focus on resolution.


Scope

This template is to be used by all QA Engineers and QA Leads when logging defects during test execution, regression, or integration testing. It applies to SaaS, web, and mobile projects and must be maintained in the approved bug tracking tool. It excludes production incidents reported by clients, which follow a different incident reporting process.


Bug Report Template

FieldDescriptionExample Entry
Bug IDAuto-generated or manually assigned unique identifierDEF-102
TitleConcise description of issue (module + observed error)“Login error 500 after submitting valid credentials”
EnvironmentWhere the defect occurred (staging, pre-prod, device/browser)Staging v1.2.3 – Chrome 118 on Windows 11
Build/VersionBuild number or commit ID where defect observedBuild #145 – Commit ab12cd
Steps to ReproduceStep-by-step actions leading to issue1. Open staging URL → 2. Enter valid credentials → 3. Click submit → 4. Error 500 displayed
Expected ResultWhat should have happened based on requirement/acceptance criteriaUser redirected to dashboard with active session
Actual ResultWhat actually happenedError 500, blank page
SeverityImpact on system (Critical, Major, Minor, Trivial)Critical
PriorityOrder of fix (High, Medium, Low) set in collaboration with PM/Dev LeadHigh
AttachmentsScreenshots, logs, video recordings if neededScreenshot of error + console log
Assigned ToDeveloper or team responsibleDev User A
StatusLifecycle stage (New, Assigned, In Progress, Fixed, Retest, Closed, Reopened)New

Issue Log Template (Summary View)

For tracking defects at a project level, QA Leads maintain a log summarizing key defect details:

Bug IDTitleSeverityPriorityAssigned ToCurrent StatusDate LoggedDate Closed
DEF-102Login error 500 on stagingCriticalHighDev AIn Progress12 Sept
DEF-103Checkout button misalignedMinorLowDev BClosed13 Sept14 Sept
DEF-104Password reset link expired earlyMajorMediumDev ARetest14 Sept

Closing Note & Cross-References

This template ensures that every defect reported at Memorres is complete, actionable, and traceable. By capturing detailed reproduction steps, evidence, and lifecycle status, the template reduces disputes, accelerates fixes, and creates an auditable record of quality assurance.

It should always be used alongside the How-To – Logging & Prioritizing Defects Correctly, which explains execution discipline, and the Test Execution & Bug Lifecycle Management SOP, which governs defect transitions.