From 529f1edcaa6cd1e35a74304636fab03b514cc43c Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 27 Aug 2021 14:34:31 -0700 Subject: [PATCH] Document the potential roles --- Writing-Test-Plan-Items.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Writing-Test-Plan-Items.md b/Writing-Test-Plan-Items.md index 8a31cfb..4900f98 100644 --- a/Writing-Test-Plan-Items.md +++ b/Writing-Test-Plan-Items.md @@ -28,7 +28,7 @@ It shall contain following: Refs: ``` -- Platform assignments mentioning on which platforms this TPI shall be tested. You can pre-assign them to a user you would like to test by adding the user id next to platform. Refer #examples. +- Platform assignments mentioning on which platforms this TPI shall be tested. You can pre-assign them to a user you would like to test by adding the user id next to platform. Refer to the [examples](#Examples) for how to include this information. - macOS - windows - linux @@ -51,6 +51,13 @@ Complexity: 4 Authors: @user1, @user2 ``` +- If a TPI requires a certain skillset (e.g. the person should be a developer), then you can specify what roles people should hold to work on the TPI. See the [examples](#Examples) no how to format such information. + - Content Developer + - Designer + - Developer + - Engineering Manager + - Program Manager + ## Examples ### Example 1 (Platforms)