11 lines
614 B
Markdown
11 lines
614 B
Markdown
---
|
|
description: Rapidly log an unexpected bug or chore to the backlog.
|
|
---
|
|
I encountered a bug/chore while working on something else, and I need to log it so I don't forget.
|
|
|
|
Please ask me for a quick, messy description of the problem.
|
|
|
|
Once I provide it, clean it up into a professional GitHub Issue:
|
|
1. Give it a clear, searchable title prefixed with the component name (e.g., `[Auth] Fix token expiration loop`).
|
|
2. Populate the description with a "Steps to Reproduce" or "Problem Statement" section.
|
|
3. Automatically apply the `status: backlog` and `type: bug` (or `type: chore`) labels using the MCP tools. |