diff --git a/_articles/postmortem-template.md b/_articles/incident-review-template.md similarity index 64% rename from _articles/postmortem-template.md rename to _articles/incident-review-template.md index 85be8a15..189c26d2 100644 --- a/_articles/postmortem-template.md +++ b/_articles/incident-review-template.md @@ -1,12 +1,13 @@ --- -title: "Postmortem Template" +title: "Incident Review Template" description: layout: article category: "Development" subcategory: Documentation +redirect_from: /articles/postmortem-template.html --- -After incidents, we hold postmortems or retrospectives. Our postmortem template is: +After incidents, we hold incident reviews (previously called postmortems). Our postmortem template is: diff --git a/_articles/product-artifacts.md b/_articles/product-artifacts.md index 1f5ec54c..0e76d097 100644 --- a/_articles/product-artifacts.md +++ b/_articles/product-artifacts.md @@ -84,3 +84,4 @@ Brief explanatory documents. Not actually restricted to one page. - [Rollplans]({% link _articles/rollplans.md %}), for live changes to production - [Engineering Design Docs]({% link _articles/eng-design-doc.md %}){: #eng-design-doc .deprecated-link} (deprecated), superceded by [RFCs](#rfcs) +- [Incident Review]({% link _articles/incident-review-template.md %}), for a retrospective on incidents