From 6158be6ca86c7c7134565b90bc3406d3dd9788e5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marko=20Rintam=C3=A4ki?= <marko.rintamaki@jamk.fi>
Date: Thu, 7 Jan 2021 15:12:29 +0200
Subject: [PATCH] Update userstory.md

---
 .gitlab/issue_templates/userstory.md | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

diff --git a/.gitlab/issue_templates/userstory.md b/.gitlab/issue_templates/userstory.md
index 789e4233..6acc556f 100644
--- a/.gitlab/issue_templates/userstory.md
+++ b/.gitlab/issue_templates/userstory.md
@@ -1,26 +1,25 @@
-As a < type of user >, I want < some goal > so that < some reason >
-
-## Description
-
-* Purpose
-
+# USER STORY: As a < type of user >, I want < some goal > so that < some reason > 
 
+* Update Issue topic according your story
+* Do priorization and weight setting with a team
+* Describe a need from customer point of view. 
+* Why this is needed? 
 
 ## Linked Requirements & Use Cases? 
 
-* [Link to ReqID]()
-* [Link to UseCase]()
-* [Link to constraint]()
+* [Link to requirements]()
+* [Link to Use Case]()
+* [Link to other material]
 
 ## Definition of Done
 
-* [Link to common definition of done description]()
+[Link to common definition of done description](DOD.md)
 
 - [ ] Implemented
-- [ ] Tested
-- [ ] Documented
 - [ ] Pair Reviewed
-- [ ] ?
+- [ ] Tested
+- [ ] Documents updated
+- [ ] ? other
 
 
 ## Acceptance Criterias
@@ -28,7 +27,7 @@ As a < type of user >, I want < some goal > so that < some reason >
 - [ ] Check if...
 - [ ] Check also...
 - [ ] Check if...
-- [ ] Check if... test case [Link to test case definition]()
+- [ ] Check if... test case [Link to test case]()
 - [ ] Check if...
 
 /label ~"User Story"
-- 
GitLab