chore: add GitHub templates and CI workflow (#7)

- Add issue templates (feature, bug, infra, docs)
- Add PR template
- Add CI workflow (lint, build, test)

🤖 Generated with Claude Code (https://claude.com/claude-code)

Co-authored-by: Alexa Louise <YOUR_REAL_EMAIL@EXAMPLE.COM>
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Alexa Amundson
2025-11-28 21:05:13 -06:00
committed by GitHub
parent 8121dafd2f
commit 0f442c9bba
7 changed files with 194 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
---
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 -->