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]