Community Forum

Bug Report Template Guide

Use a concise bug report structure for browser, API, database, formatter and deployment problems without leaking sensitive data. Last updated September 8, 2026.

Use a concise bug report structure for browser, API, database, formatter and deployment problems without leaking sensitive data. It helps developers ask better questions, preserve useful evidence and keep public examples safe enough to share.

Use this when

Practical workflow

StepWhat to include
Name the impactSay who is blocked and whether the problem is production, staging, local or documentation only.
List exact stepsWrite the shortest click path, command sequence or API request flow.
Separate expected from actualThis prevents diagnosis from turning into a vague complaint.
Attach safe proofUse redacted logs, screenshots, headers or payloads and keep secrets out.

Template

Title:
Impact:
Steps to reproduce:
Expected:
Actual:
Logs or screenshots:
Safe sample:
Owner:

Safety checklist

  1. Remove passwords, tokens, cookies, private keys and connection strings.
  2. Replace customer records with tiny synthetic examples.
  3. Keep exact error text, versions, command output and timestamps when safe.
  4. Say what changed after the fix so the answer helps future readers.

Good forum content is not long by default. It is specific, safe, reproducible and useful after the first reader leaves.

Related Formalint references

Continue with Developer Forum Question, Api Debugging Checklist, Github Pages Deployment Log Guide.