This repository has been archived by the owner on Sep 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: User story | ||
about: Add a new user story | ||
title: As `role`, I want `feature`, so I `value` | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Acceptance criteria | ||
|
||
Write relevant acceptance criteria for this user story in the following format: | ||
- [ ] Given `input situation` when `event`, then `outcome`. | ||
|
||
## Checklist | ||
|
||
Before creating a user story, make sure you have given it the following: | ||
|
||
- [ ] **Milestone:** Sprint [x] (In most cases the current sprint) | ||
- [ ] **Importance:** Must / Should / Could / Would | ||
- [ ] **Item type:** User Story | ||
- [ ] **Priority:** Very High / High / Medium / Low | ||
|
||
Make sure you **DON'T** fill in the "Effort" tag, since that is to be decided during a SCRUM poker session. |