From 9f9b9d8b40ad797b3877d8e53f0a130ef5229287 Mon Sep 17 00:00:00 2001 From: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> Date: Wed, 22 Dec 2021 08:33:44 +0900 Subject: [PATCH] Renamed Manual QA section (#3444) I have renamed the manual QA section as per #3277. I also rephrased the intro to that section slightly. --- handbook/product.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handbook/product.md b/handbook/product.md index 0461df5fec..a478541818 100644 --- a/handbook/product.md +++ b/handbook/product.md @@ -77,9 +77,9 @@ The images used in the docs live in `docs/images/`. Note that you must provide t > Note that the instructions above also apply to adding images in the Fleet handbook. -## Manual QA +## Product quality -This living document outlines the manual quality assurance process conducted to ensure each release of Fleet meets organization standards. +This section outlines the manual quality assurance process conducted to ensure each release of Fleet meets organization standards. All steps should be conducted during each QA pass. All steps are possible with `fleetctl preview`. In order to target a specific version of `fleetctl preview`, the tag argument can be used together with the commit you are targeting as long as that commit is represented by a tag in [docker hub](https://hub.docker.com/r/fleetdm/fleet/tags?page=1&ordering=last_updated). Without tag argument, `fleetctl preview` defaults to latest stable.