Skip to content

Commit d72c2e1

Browse files
authored
Create User Story template
1 parent 67e9498 commit d72c2e1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/ISSUE_TEMPLATE/user-story.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: User Story
3+
about: Describe context and goals for providing value to users in this project.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
As a [user concerned]
11+
I want [goal]
12+
so that [reason]
13+
14+
### Timebox [optional]
15+
What's the maximum amount of time that should be spent working on this?
16+
17+
### Definition of Done
18+
A checklist of things that need to happen in order for this story to be successfully completed
19+
- [ ] Implement and check-in code changes
20+
- [ ] Test code changes
21+
- [ ] Documentation updated (if needed)
22+
- [ ] Code review
23+
24+
### Subtasks
25+
You can add additional sub-tasks if you'd like to break down the work further.

0 commit comments

Comments
 (0)