# Bug Report Template > Copy this template into your issue tracker, Notion, Google Docs, or Markdown file. > Delete lines that don't apply to your project. --- ## Bug title _One clear sentence describing what's wrong. Example: "Login button unresponsive on mobile Safari"_ --- ## Summary _Two to three sentences: what you were doing, what happened, and what you expected to happen._ **What I did:** [step that triggered the bug] **What happened:** [the broken behavior] **What I expected:** [the correct behavior] --- ## Steps to reproduce 1. [First step — be specific, not "go to the page"] 2. [Second step] 3. [Third step] 4. [Observed: the bug appears here] --- ## Environment | Field | Value | |-----------------|-------------------------------| | Browser | Chrome 126 / Safari 17 / Firefox 127 | | Operating system| macOS 15 / Windows 11 / iOS 17 | | Screen size | 1440px / 375px (mobile) | | App version | v1.2.3 | | URL / route | /projects/42/bugs | --- ## Severity - [ ] Critical — app is down or data is lost - [ ] High — major feature broken, no workaround - [ ] Medium — feature broken, workaround exists - [ ] Low — cosmetic or minor inconvenience --- ## Screenshots or screen recording _Attach images here. For BugTrack: paste screenshots directly or drag images into the attachment area._ --- ## Console errors (if applicable) ``` Paste any browser console errors here (F12 → Console → copy errors) ``` --- ## Additional context _Anything else that might help — how often it happens, whether it's reproducible by others, a workaround you found._ --- ## Related bugs or PRs _Links to related issues, pull requests, or commits._ --- *Template from [BugTrack](https://bugtrack.tech/resources/bug-report-template.html) — free self-hosted bug tracking for small teams.*