Files
the-biergarten-app/.github/ISSUE_TEMPLATE/feature_request.md
2026-04-27 18:47:39 -04:00

34 lines
549 B
Markdown

---
name: Feature Request (BDD)
about: Create a new feature using user story + BDD acceptance criteria
title: "[Feature] "
labels: ["feature", "BDD"]
assignees: []
---
## User Story
**As a** (who wants to accomplish something)
**I want to** (what they want to accomplish)
**So that** (why they want to accomplish that thing)
## Acceptance Criteria (BDD)
### Scenario 1
Given ... When ... Then ...
### Scenario 2
Given ... When ... Then ...
### Scenario 3
Given ... When ... Then ...
## Subtasks
- [ ] Task 1
- [ ] Task 2
- [ ] Task 3