summaryrefslogtreecommitdiff
path: root/postmortem/template.txt
blob: 5d7ff73929da760ed3a1849ae5ed0324b5f6aafe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.