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
19 lines
400 B
YAML
19 lines
400 B
YAML
name: Feature Request
|
|
about: Propose a new feature or enhancement
|
|
title: ""
|
|
labels:
|
|
- "type:feature"
|
|
body:
|
|
- type: textarea
|
|
id: goal
|
|
attributes:
|
|
label: Goal
|
|
description: What should this feature accomplish?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: details
|
|
attributes:
|
|
label: Details
|
|
description: Any specifics, constraints, or context.
|