40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
key: "user-story"
|
|
title: "User Story"
|
|
description: "A template for an agile user story"
|
|
appliesTo: "wiki"
|
|
icon: "fa-user"
|
|
author: "Leantime"
|
|
version: "1.0.0"
|
|
license: "CC0"
|
|
sector: "t:templates.todos"
|
|
|
|
wiki:
|
|
articles:
|
|
- title: "User Story"
|
|
content: |
|
|
<table style="border-collapse: collapse; width: 100.049%;" border="1">
|
|
<thead>
|
|
<tr>
|
|
<td style="width: 33.3333%;">Title:</td>
|
|
<td style="width: 33.3333%;">Priority:</td>
|
|
<td style="width: 33.3333%;">Estimate:</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td style="width: 100%;" colspan="3">
|
|
<h4><strong>User Story</strong></h4>
|
|
<p><strong>As a</strong> <insert type of user></p>
|
|
<p><strong>I want to </strong><perform some task><br /><br /><strong>so that I can</strong> <achieve some goal></p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3">
|
|
<p><strong>Acceptance Criteria:</strong></p>
|
|
<p><strong>Given </strong><some context><br /><br /><strong>When </strong><some action is carried out></p>
|
|
<p><strong>Then </strong><a set of observable outcomes should occur> </p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|