Step formatting

July 1, 2026 · View on GitHub

Guidance

Use numbered lists for sequential steps. Start each step with an imperative verb. One step = one action. Use parallel structure throughout.

Examples

Do:

  1. Select Local Traffic > Virtual Servers.
  2. Select Create.
  3. Enter a name for the virtual server.
  4. Select Finished.

Don't:

  1. You should go to Local Traffic and then Virtual Servers.
  2. Creating the virtual server is done by selecting Create.
  3. Name it.

Notes

Use substeps sparingly. If you need more than two levels of nesting, restructure the procedure into multiple tasks.

Substep numbering: 1, a, i (use the third level only when absolutely necessary).

Avoid "in order to" in step text — use "to" instead.

If a step has a result the user needs to verify, include it as a separate sentence at the end of that step, not as its own step.

Do not use "click" — use "select" for all UI interactions regardless of device.

See also

Browse all guidelines