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
28 lines
409 B
Markdown
28 lines
409 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug to help us improve
|
|
title: 'fix(scope): '
|
|
labels: bug
|
|
---
|
|
|
|
## Description
|
|
<!-- Clear description of the bug -->
|
|
|
|
## Steps to Reproduce
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
## Expected Behavior
|
|
<!-- What should happen -->
|
|
|
|
## Actual Behavior
|
|
<!-- What actually happens -->
|
|
|
|
## Environment
|
|
- OS:
|
|
- Python/Node version:
|
|
- Project version:
|
|
|
|
## Additional Context
|
|
<!-- Logs, screenshots, etc. -->
|