Files
website/docs/tasks/example-task-template.md
T
Aaron Crickenberger 18e9aa59d1 Rename OWNERS assignees: to approvers:
They are effectively the same, assignees is deprecated
2017-08-03 16:22:52 -07:00

1017 B

title, approvers
title approvers
Example Task Template
chenopis

{% capture overview %}

NOTE: Be sure to also create an entry in the table of contents for your new document.

This page shows how to ...

{% endcapture %}

{% capture prerequisites %}

  • {% include task-tutorial-prereqs.md %}
  • Do this.
  • Do this too.

{% endcapture %}

{% capture steps %}

Doing ...

  1. Do this.
  2. Do this next. Possibly read this related explanation.

{% endcapture %}

{% capture discussion %}

Understanding ...

[Optional Section]

Here's an interesting thing to know about the steps you just did.

{% endcapture %}

{% capture whatsnext %}

[Optional Section]

{% endcapture %}

{% include templates/task.md %}