Standard label set: p1-p3, status:*, type:* (no skill labels) CLAUDE.md skeleton with placeholder sections .gitignore covering mai, Python, Go, Node, OS files Issue templates for features, bugs, and research
24 lines
530 B
YAML
24 lines
530 B
YAML
name: Bug Report
|
|
about: Report something that isn't working
|
|
title: ""
|
|
labels:
|
|
- "type:bug"
|
|
body:
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What happened?
|
|
description: Describe the bug.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected behavior
|
|
description: What should have happened instead?
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: How can the bug be triggered?
|