From aaad6973d81441b5a25100222ff93729fc3793be Mon Sep 17 00:00:00 2001 From: David Westgate Date: Tue, 28 Jan 2025 15:45:29 -0800 Subject: [PATCH] Update issue templates Add a user story template --- .github/ISSUE_TEMPLATE/user-story.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/user-story.md diff --git a/.github/ISSUE_TEMPLATE/user-story.md b/.github/ISSUE_TEMPLATE/user-story.md new file mode 100644 index 0000000..cd31d81 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/user-story.md @@ -0,0 +1,19 @@ +--- +name: User Story +about: A user story template +title: '' +labels: '' +assignees: '' + +--- + +### User Story + +As a [type of user], +I want [some goal] +so that [some reason]. + +### Acceptance Criteria +* [Criteria 1] +* [Optional Criteria 2] +* [Optional Criteria 3]