Skip to content

Commit bc1b4f6

Browse files
committed
Stub task for sharing process namespace
1 parent 279e227 commit bc1b4f6

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Example Task Template
3+
approvers:
4+
- chenopis
5+
---
6+
7+
{% capture overview %}
8+
9+
**NOTE:** Be sure to also [create an entry in the table of contents](/docs/home/contribute/write-new-topic/#creating-an-entry-in-the-table-of-contents) for your new document.
10+
11+
This page shows how to ...
12+
13+
{% endcapture %}
14+
15+
{% capture prerequisites %}
16+
17+
* {% include task-tutorial-prereqs.md %}
18+
* Do this.
19+
* Do this too.
20+
21+
{% endcapture %}
22+
23+
{% capture steps %}
24+
25+
## Doing ...
26+
27+
1. Do this.
28+
1. Do this next. Possibly read this [related explanation](...).
29+
30+
{% endcapture %}
31+
32+
{% capture discussion %}
33+
34+
## Understanding ...
35+
**[Optional Section]**
36+
37+
Here's an interesting thing to know about the steps you just did.
38+
39+
{% endcapture %}
40+
41+
{% capture whatsnext %}
42+
43+
**[Optional Section]**
44+
45+
* Learn more about [Writing a New Topic](/docs/home/contribute/write-new-topic/).
46+
* See [Using Page Templates - Task template](/docs/home/contribute/page-templates/#task_template) for how to use this template.
47+
48+
{% endcapture %}
49+
50+
{% include templates/task.md %}

0 commit comments

Comments
 (0)