Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Update issue templates (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Typiqally committed May 26, 2023
1 parent 3341acf commit a5e6270
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/user-story.md
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.

0 comments on commit a5e6270

Please sign in to comment.