summaryrefslogtreecommitdiff
path: root/postmortem/template.txt
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-06-03 10:57:41 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-06-03 10:57:41 +0200
commit72cc5d7dd1d2536b37dbb33b1838b80ad3b46459 (patch)
treee00f61ead58913b0f0a32543518217b33389ba0e /postmortem/template.txt
parent03d11865afe0749f72adc408c310823716e11b03 (diff)
downloaddeployment-72cc5d7dd1d2536b37dbb33b1838b80ad3b46459.tar.gz
deployment-72cc5d7dd1d2536b37dbb33b1838b80ad3b46459.tar.bz2
deployment-72cc5d7dd1d2536b37dbb33b1838b80ad3b46459.zip
post mortem
Diffstat (limited to 'postmortem/template.txt')
-rw-r--r--postmortem/template.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/postmortem/template.txt b/postmortem/template.txt
new file mode 100644
index 0000000..5d7ff73
--- /dev/null
+++ b/postmortem/template.txt
@@ -0,0 +1,27 @@
+# Template for Post Mortem Entries
+
+
+## Issue Summary
+
+Explain concisely what the issue was, from the perspective of a user.
+
+
+## Issue Details
+
+Optional. Explain in more detail what happened.
+
+
+## Root Cause
+
+Explain why it happened.
+
+
+## Remediation and Prevention
+
+Explain what we did to solve the issue, and how we prevent it from (hopefully)
+never happening again. Reference bug numbers for these!
+
+
+## Discussion
+
+Space for discussion.