summaryrefslogtreecommitdiffstats
path: root/docs/.templates/.page-level/_task-page-template.md
blob: 0f49201e89927a011bbfe7b8c87e0b636e6ab48a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!--
title: Starts with an active verb, like "Create a widget" or "Delete a widget"
description: Short summary (will be displayed in search engines)
custom_edit_url: Edit URL of the source file
keywords: [keywords, describing, the main topics]
-->
# Title

Short description of why or when the procedure makes sense.

## Subheading that describes the task
#### Prerequisites
<!-- If there is only one requirement, use a paragraph instead of a single bullet item. Bullets are social animals and only appear in groups of 2 or more :) -->
Optional. List all needed prerequisites: 
- Prerequisite 1
- Prerequisite 2
- Prerequisite 3

To do x:

1. Step 1 written in active voice
   ```bash
   Code sample for step
   ```
2. Step 2
   Result of step 2, for example a system reaction; written in passive voice
3. Step 3

## If needed, another task section 

See lines 11-24

<!-- Optional -->
## What's next? 

Optional section that explains the next logical steps.

<!-- Optional -->
## Related links 

- Visit the [related thing documentation](www.related-thing.com) to learn more about related thing.