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
406 B
YAML
19 lines
406 B
YAML
name: Research
|
|
about: Investigation or analysis task
|
|
title: ""
|
|
labels:
|
|
- "type:research"
|
|
body:
|
|
- type: textarea
|
|
id: question
|
|
attributes:
|
|
label: Research question
|
|
description: What needs to be investigated?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Context
|
|
description: Background, constraints, or related resources.
|