From a62ec23fd7b08764509c030b36dba62173f4dbd0 Mon Sep 17 00:00:00 2001 From: Fabi <38692350+hifabienne@users.noreply.github.com> Date: Thu, 29 Dec 2022 14:08:47 +0100 Subject: [PATCH] chore: change user story template (#4954) * chore: change user story template * Update task.md --- .github/ISSUE_TEMPLATE/task.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md index babd0a023d..21220b140b 100644 --- a/.github/ISSUE_TEMPLATE/task.md +++ b/.github/ISSUE_TEMPLATE/task.md @@ -1,14 +1,12 @@ --- -name: Task -about: A task describes what is to be implemented and which acceptance criteria must - be met. +name: User Story +about: A user story is a brief description of a feature that has to be implemented from the perspective of the end user. title: '' -labels: 'state: triage' assignees: '' --- -Description +As a [type of user], I want [some goal] so that [some reason]. **Acceptance criteria** - [ ] ...