mirror of
https://github.com/gnekt/My-Brain-Is-Full-Crew.git
synced 2026-09-08 14:56:20 +00:00
91 lines
2.3 KiB
YAML
91 lines
2.3 KiB
YAML
name: Bug Report
|
|
description: Something is broken or not working as expected.
|
|
title: "[Bug] "
|
|
labels: ["bug"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Sorry you hit a bug! Please give us enough detail to reproduce it.
|
|
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What happened?
|
|
description: A clear description of the bug.
|
|
placeholder: "I asked the Scribe to save a note, but it created the file in the wrong folder..."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected behavior
|
|
description: What did you expect to happen instead?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: repro
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: Minimal steps to trigger the bug.
|
|
placeholder: |
|
|
1. Open Claude Code in the vault
|
|
2. Say "save this note about..."
|
|
3. Observe that...
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: agent
|
|
attributes:
|
|
label: Agent involved
|
|
description: Which agent was active when the bug occurred?
|
|
options:
|
|
- architect
|
|
- scribe
|
|
- sorter
|
|
- seeker
|
|
- connector
|
|
- librarian
|
|
- transcriber
|
|
- postman
|
|
- Routing / dispatcher (CLAUDE.md)
|
|
- Unknown / not sure
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: severity
|
|
attributes:
|
|
label: Severity
|
|
description: How bad is this?
|
|
options:
|
|
- "Low - minor inconvenience, easy workaround"
|
|
- "Medium - broken feature, workaround exists"
|
|
- "High - broken feature, no workaround"
|
|
- "Critical - data loss, vault corruption, or security issue"
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: vault-structure
|
|
attributes:
|
|
label: Vault structure (if relevant)
|
|
description: A rough outline of your vault folder structure, if the bug is structure-related.
|
|
render: text
|
|
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Logs / error output
|
|
description: Paste any relevant error messages or Claude Code output.
|
|
render: text
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional context
|
|
description: Screenshots, OS, Claude model used, anything else that might help.
|