Skip to content

Commit

Permalink
Merge pull request #31 from MinBZK/fix/adr-0001
Browse files Browse the repository at this point in the history
add optional headers to ADR
  • Loading branch information
berrydenhartog authored Feb 28, 2024
2 parents a69d19c + 6f46769 commit db4797d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/ADRs/0001-adrs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 0001 ADRs
adr:
author: Anne Schuth
created: 16-Feb-2024
status: proposed
status: accepted
---

## Context
Expand Down Expand Up @@ -47,15 +47,15 @@ What is the issue that we're seeing that is motivating this decision or change?

## Assumptions

Anything that could cause problems if untrue now or later
Anything that could cause problems if untrue now or later. (optional)

## Decision

What is the change that we're proposing and/or doing?

## Risks

Anything that could cause malfunction, delay, or other negative impacts
Anything that could cause malfunction, delay, or other negative impacts. (optional)

## Consequences

Expand All @@ -64,5 +64,5 @@ What becomes easier or more difficult to do because of this change?
## More Information

Provide additional evidence/confidence for the decision outcome
Links to other decisions and resources might here appear as well.
Links to other decisions and resources might here appear as well. (optional)
```

0 comments on commit db4797d

Please sign in to comment.