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

Update issue templates #71

Merged
merged 1 commit into from
Mar 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.