Org-wide bootstrap. Adds issue/PR templates, CI workflow, and labels. 🤖 Generated with Claude Code Co-authored-by: Alexa Louise <YOUR_REAL_EMAIL@EXAMPLE.COM> Co-authored-by: Claude <noreply@anthropic.com>
27 lines
573 B
Markdown
27 lines
573 B
Markdown
---
|
|
name: Feature Request
|
|
about: Propose a new feature or capability
|
|
title: "[Feature] "
|
|
labels: type:feature, status:backlog
|
|
assignees: ''
|
|
---
|
|
|
|
## Summary
|
|
<!-- One-sentence description of the feature -->
|
|
|
|
## Problem / Motivation
|
|
<!-- What problem does this solve? Why do we need it? -->
|
|
|
|
## Proposed Solution
|
|
<!-- How should this work? Be specific. -->
|
|
|
|
## Alternatives Considered
|
|
<!-- What other approaches did you consider? Why not those? -->
|
|
|
|
## Acceptance Criteria
|
|
- [ ] Criterion 1
|
|
- [ ] Criterion 2
|
|
|
|
## Additional Context
|
|
<!-- Screenshots, links, related issues -->
|