An open API service indexing awesome lists of open source software.

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).

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)

...

```