We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f61f9 commit 3a63308Copy full SHA for 3a63308
.github/ISSUE_TEMPLATE/user-story.md
@@ -0,0 +1,19 @@
1
+---
2
+name: User story
3
+about: Describe this issue template's purpose here.
4
+title: ''
5
+labels: ''
6
+assignees: ''
7
+
8
9
10
+**As a** [role]
11
+**I need** [function]
12
+**So that** [benefit]
13
+### Details and Assumptions
14
+ * [document what you know]
15
+### Acceptance Criteria
16
+ gherkin
17
+ Given [some context]
18
+ When [certain action is taken]
19
+ Then [the outcome of action is observed]
0 commit comments