Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New ADR template including a RAID methodology #78

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Templates:
* [Decision record template using Planguage](locales/en/templates/decision-record-template-using-planguage/)
* [Decision record template by Paulo Merson](https://github.com/pmerson/ADR-template)
* [Decision record template by Olaf Zimmermann](https://medium.com/olzzio/y-statements-10eb07b5a177)
* [Decision record template by Berni Ruoff](locales/en/templates/decision-record-template-by-berni-ruoff)
* [Translations into more languages](locales/)

Examples:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Decision record template by Berni Ruoff

This template was created by Berni Ruoff. A designer who is pursuing his dream of one day becoming one with business and technology.
This template helps to structure highly complex consequences and make them easier to digest using a RAID protocol.

Use those sections to create your own decision record:

# Title of your decission

## Status

Status of the proposal, such as proposed, accepted, rejected, deprecated, superseded, etc.

## Context

What is the motivation and context for our decision…

## Decision

What is our proposal to address it…

## Consequences / RAID

Describe either the consquences or the RAID (Risk, Assumption, Issue or Dependency) of your decision.

- **Risks** are events that may occur and that could have a negative impact on your project.
- **Assumptions** are anything that is believed to be true without empirical evidence or proof.
- **Issues** are problems that need to be resolved in order not to compromise the project.
- **Dependencies** describe related tasks or decisions that need to be completed in order to start or complete this task.

Risks

| Description | Type | Impact | Mitigation | Priotity |
| ----------------------------- | -------------------------------------- | --------------------------- | ------------------------------------ | ----------------------------------------- |
| Short description of the case | Risk, Assumption, Issue or Dependency? | What is the impact of this? | How and by whom can it be mitigated? | negligible, low, moderate, high, critical |
1 change: 1 addition & 0 deletions locales/en/templates/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
* [Decision record template for business case](decision-record-template-for-business-case)
* [Decision record template of the MADR Project](decision-record-template-of-the-madr-project)
* [Decision record template using Planguage](decision-record-template-using-planguage)
* [Decision record template by Berni Ruoff](decision-record-template-by-berni-ruoff)