We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e9498 commit d72c2e1Copy full SHA for d72c2e1
.github/ISSUE_TEMPLATE/user-story.md
@@ -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