Files
Leantime/app/Domain/ContentTemplates/Library/wiki/feature-request.yaml

35 lines
1.4 KiB
YAML

key: "feature-request"
title: "Feature Request"
description: "A template for a feature request"
appliesTo: "wiki"
icon: "fa-lightbulb"
author: "Leantime"
version: "1.0.0"
license: "CC0"
sector: "t:templates.todos"
wiki:
articles:
- title: "Feature Request"
content: |
<table style="border-collapse: collapse; width: 100.051%;" border="1">
<tbody>
<tr>
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Summary</strong></span></td>
<td style="width: 82.7562%;">summarize the feature you would like</td>
</tr>
<tr>
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Target User</strong></span></td>
<td style="width: 82.7562%;">describe who benefits most from this feature</td>
</tr>
<tr>
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Desired Timeline</strong></span></td>
<td style="width: 82.7562%;">when would you like to see it implemented</td>
</tr>
<tr>
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Additional Details</strong></span></td>
<td style="width: 82.7562%;">any additional details</td>
</tr>
</tbody>
</table>