https://github.com/heapwolf/postmortem
A searchable, issue-only repo for post-mortems (Idea / Template).
https://github.com/heapwolf/postmortem
Last synced: 4 months ago
JSON representation
A searchable, issue-only repo for post-mortems (Idea / Template).
- Host: GitHub
- URL: https://github.com/heapwolf/postmortem
- Owner: heapwolf
- Created: 2014-10-22T16:44:29.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-22T23:25:13.000Z (about 11 years ago)
- Last Synced: 2025-02-02T17:56:34.009Z (11 months ago)
- Homepage:
- Size: 111 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SYNOPSIS
The goal of a postmortem is to draw meaningful conclusions to help you learn from your past successes and failures. Using a repositry where each event is an issue allows you to have conversations, assign responsibility and set status.
# USAGE
- Copy the template below into an issue.
- Each issue should contain a title.
- The time of issue creation may be different from the time of the event, so be sure to add a date and time if that is the case.
- Each issue should have a status label, either `RESOLVED` or `UNRESOLVED`.
- Be sure to assign a person to the issue so that someone will be accountable for updating its status.
# EXAMPLE
```markdown
# WHAT
...
# WHEN
MM-DD-YYYY HH:MM
# WHY
...
# HOW
...
# RESOLUTION (FINAL UPDATE)
...
```