OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
39
app/Domain/ContentTemplates/Library/wiki/user-story.yaml
Normal file
39
app/Domain/ContentTemplates/Library/wiki/user-story.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
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>
|
||||
Reference in New Issue
Block a user