Skip to content

Commit eaa0e7a

Browse files
chores: add an Issues Template for handling User Stories
1 parent fb52824 commit eaa0e7a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: User Story
3+
about: This template is for creating user stories
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**As a** [role]
11+
**I need** [function]
12+
**So that** [benefit]
13+
14+
### Details and Assumptions
15+
* [document what you know]
16+
17+
### Acceptance Criteria
18+
```gherkin
19+
Given [some preconditions]
20+
When [some event happens]
21+
Then [some outcome]
22+
```

0 commit comments

Comments
 (0)