From b4f12c436ab8480c4baf5aa4e04781de3ccc74a8 Mon Sep 17 00:00:00 2001 From: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com> Date: Thu, 30 Jun 2022 10:40:29 -0500 Subject: [PATCH] Editor pass - Handbook: add incident post-mortem section (#6452) Editor pass for: - https://github.com/fleetdm/fleet/pull/6323 --- handbook/brand.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handbook/brand.md b/handbook/brand.md index 961cc77063..0ea602ac95 100644 --- a/handbook/brand.md +++ b/handbook/brand.md @@ -327,7 +327,7 @@ When conducting an incident post-mortem, answer the following three questions: 1. Impact: What impact did this error have? How many humans experienced this error, if any, and who were they? 2. Root Cause: Why did this error happen? -3. Side effects: did this error have any side effects? e.g., did it corrupt any data? Did code that was supposed to run afterwards and “finish something up” not run, and did it leave anything in the database or other systems in a broken state requiring repair? This typically involves checking the line in the source code that threw the error. +3. Side effects: did this error have any side effects? e.g., did it corrupt any data? Did code that was supposed to run afterward and “finish something up” not run, and did it leave anything in the database or other systems in a broken state requiring repair? This typically involves checking the line in the source code that threw the error. ### When can I merge a change to the website? When merging a PR to master, remember that whatever you merge to master gets deployed live immediately. So if the PR's changes contain anything that you don't think is appropriate to be seen publicly by all guests of [fleetdm.com](https://fleetdm.com/), please do not merge.