From 04d5e59016be2a416df99f987e09d45f7255bcd8 Mon Sep 17 00:00:00 2001 From: Richard Collier Date: Wed, 15 Jan 2025 10:03:34 +0000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/user-story.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/user-story.md b/.github/ISSUE_TEMPLATE/user-story.md index 629ea583..1bacb82d 100644 --- a/.github/ISSUE_TEMPLATE/user-story.md +++ b/.github/ISSUE_TEMPLATE/user-story.md @@ -16,6 +16,7 @@ assignees: '' ### Acceptance Criteria ```gherkin +Scenario: [summary] Given [some context] When [certain action is taken] Then [the outcome of action is observed]