Log In Sign Up

Bug Report Template

Development QA Claude GPT-4
Copied 1 times 4 views Added March 26, 2026

Prompt

Convert this into a structured bug report: Description: {description}. Product: {product}. Reporter: {reporter}. Include: title, severity, environment, steps to reproduce, expected vs actual behavior, screenshots placeholder, additional context, and suggested priority. Format for {tool} (Jira/Linear/GitHub Issues).

Variables

description product reporter tool

About This Prompt

Generate structured bug reports from casual descriptions for engineering teams.

Share

Example Output

**Bug Report — GitHub Issue Format**

## Title: [Bug] Checkout fails on mobile Safari when using Apple Pay

**Severity:** Critical
**Priority:** P1
**Reporter:** Sarah Chen
**Environment:** iOS 17.4, Safari 17.4, iPhone 15 Pro

## Steps to Reproduce
1. Navigate to product page on mobile Safari
2. Add item to cart
3. Proceed to checkout
4. Select Apple Pay as payment method
5. Authenticate with Face ID
6. **Bug:** Screen goes white, order not processed

## Expected Behavior
Order processes successfully, user sees confirmation page.

## Actual Behavior
White screen after Face ID authentication. No order created in database. No error message displayed to user.

## Additional Context
- Works correctly on Chrome iOS
- Started after March 18 deployment
- Affects approximately 15% of mobile checkout attempts

Usage Tips

  • Include exact steps to reproduce
  • Note the environment details
  • Attach screenshots when possible
  • Check if it's a regression