From 1fb1eea98277b537f379c70ed6caf9c24b9798f3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marko=20Rintam=C3=A4ki?= <marko.rintamaki@jamk.fi>
Date: Tue, 6 Apr 2021 17:01:05 +0300
Subject: [PATCH] Update template-feature.md

---
 .../templates/template-feature.md               | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/docs/20-Requirement-management/templates/template-feature.md b/docs/20-Requirement-management/templates/template-feature.md
index 1025747..fef9576 100644
--- a/docs/20-Requirement-management/templates/template-feature.md
+++ b/docs/20-Requirement-management/templates/template-feature.md
@@ -34,12 +34,23 @@
 
 e.g. #8 #2
 
-**User interface mock-up**
+**Feature Mockup**
 
 *Add a picture or a link here. The mock-up should be essentially related to the feature/functionality.*
 
-
-![](https://openclipart.org/image/300px/svg_to_png/247488/1461589195.png)
+```plantuml
+salt
+{
+  Just plain text
+  [This is my button]
+  ()  Unchecked radio
+  (X) Checked radio
+  []  Unchecked box
+  [X] Checked box
+  "Enter text here   "
+  ^This is a droplist^
+}
+```
 
 
 **possible acceptance criteria or test cases**
-- 
GitLab