From a6702c89fd6bed84dd90bd6adce214188716d0c0 Mon Sep 17 00:00:00 2001 From: Aaron Po Date: Mon, 26 Jan 2026 18:29:00 -0500 Subject: [PATCH] add issue template --- .github/ISSUE_TEMPLATE/feature_request.md | 43 +++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..18b8de6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,43 @@ +--- +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 \ No newline at end of file