Adds missing standard artifacts: - README.md (if missing) - AGENTS.md (AI agent contract) - PLAN.md (current sprint) - STATUS.md (where we are) - DEVELOPMENT.md (dev workflow) - DEPLOYMENT.md (deploy procedure) - TESTING.md (test strategy) - DECISIONS.md (ADR index + templates) - .github/CODEOWNERS - .github/workflows/ci.yml Preserves all existing artifacts. Refs: RugMunchMedia/fleet-template
18 lines
351 B
Markdown
18 lines
351 B
Markdown
---
|
|
name: Feature Request
|
|
about: Suggest an idea for this project
|
|
title: 'feat(scope): '
|
|
labels: enhancement
|
|
---
|
|
|
|
## Problem
|
|
<!-- What problem does this solve? -->
|
|
|
|
## Solution
|
|
<!-- What would you like to see happen? -->
|
|
|
|
## Alternatives
|
|
<!-- What alternatives have you considered? -->
|
|
|
|
## Additional Context
|
|
<!-- Any other context or screenshots -->
|