Back to Templates
developer

Bug Report

Comprehensive bug report template with severity levels, stack traces, reproduction steps, and environment details. Essential for issue tracking.

bug
error
report
debugging
0
Docs Created
1.9k
Downloads
0
Likes
VerseKit Team
@versekit
Published January 8, 2026

Available Variables

Use these variables with Handlebars syntax {{variableName}} in your content.

{{os}}

macOS 14.2

{{file1}}

src/services/payment.ts

{{file2}}

src/api/gateway.ts

{{file3}}

node_modules/axios/lib/core.js

{{line1}}

142

{{line2}}

89

{{line3}}

478

{{step1}}

Navigate to checkout page

{{step2}}

Enter valid payment details

{{step3}}

Click 'Complete Purchase' during peak hours (2-4 PM)

{{device}}

Desktop

{{status}}

In Progress

{{browser}}

Chrome 120

{{errorId}}

ERR-2025-0142

{{version}}

v3.2.1

{{severity}}

High

{{component}}

Payment Gateway

{{errorType}}

TimeoutError

{{errorTitle}}

Payment Processing Timeout

{{reportDate}}

January 5, 2025

{{description}}

Users are experiencing timeout errors when attempting to complete payments during peak hours. The issue appears to be related to connection pooling exhaustion when the third-party payment API response times exceed 5 seconds.

{{nodeVersion}}

20.10

{{errorMessage}}

Connection timeout after 5000ms

{{reporterName}}

Sarah Kim

{{affectedUsers}}

~2,400

{{severityClass}}

high

{{reporterInitial}}

SK