Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Bug
about: Something is broken
labels: bug
---

## Symptom
<!-- What's happening? Include error messages, screenshots, or steps to reproduce. -->

## Expected
<!-- What should happen instead? -->

## Acceptance Criteria
<!-- Testable conditions for the fix. -->
- [ ] Bug no longer reproduces given the steps above
- [ ]

## Notes
<!-- Optional: technical context, related issues. -->
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature
about: New capability or enhancement
labels: enhancement
---

## Problem
<!-- What is missing today? What user-visible behavior is broken or absent? Be concrete. -->

## Goal
<!-- What state do we want to reach? One sentence on the outcome. -->

## Acceptance Criteria
<!-- Bulleted, testable conditions. Each one should be verifiable by a person looking at the shipped code. -->
- [ ]
- [ ]

## Notes
<!-- Optional: technical context, constraints, related issues. -->