From 011da103ae4dec3ade13dce913b3705da41a1994 Mon Sep 17 00:00:00 2001 From: Rachel Date: Thu, 16 Apr 2020 12:50:27 +0000 Subject: [PATCH] A few changes in the feature request template --- .gitlab/issue_templates/feature.md | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/.gitlab/issue_templates/feature.md b/.gitlab/issue_templates/feature.md index 6dacc38..3f8fa19 100644 --- a/.gitlab/issue_templates/feature.md +++ b/.gitlab/issue_templates/feature.md @@ -1,27 +1,22 @@ ## What needs to be done? -/estimate Xh -/label ~feature +/label ~Feature request ## Technical details -Are there any technical details worth mentioning? +*Are there any technical details worth mentioning?* -## Links +## Test cases + +*Describe here the tests needed in order to validate this feature* + +1. Step 1 +2. Step 2 +3. Step 3 + +## Links & Mockups 1. Link to user story in wiki -1. other related Gitlab issues - - -## How to complete - -1. How to complete a Feature -1. Ask any question you have in the issue comments before starting -1. Create a new branch named issue-${ISSUE_NUMBER} -1. Implement a simple test to illustrate the desired functionality -1. Write some code to complete this task -1. Write some additional tests to cover edge cases and some possible errors -1. Write documentation about what have you done and why you have done it this way -1. Submit a merge request +2. other related Gitlab issues