From 83ab21ee652b2b9e99a193899c3dde1b079df689 Mon Sep 17 00:00:00 2001 From: Sreekar Date: Thu, 27 Aug 2026 22:31:59 +0530 Subject: [PATCH] Add Spike blameless postmortem guide to Postmortem resources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9cbb9bd..a9302fa 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,4 @@ In both cases the filename pattern is `postmortem-*`. For example, if you create * [Collection of Kubernetes Failure Stories](https://github.com/hjacobs/kubernetes-failure-stories) * [Best engineering practices: how to fix a bug?](https://sobolevn.me/2019/01/how-to-fix-a-bug) * [Beginners Guide to Incident Postmortems](https://rootly.io/blog/beginners-guide-to-incident-postmortems) +* [How to Run a Blameless Postmortem](https://spike.sh/blog/how-to-run-blameless-postmortem/)