Skip to content

Commit

Permalink
docs: rm curly braces from ADR template
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Dec 5, 2023
1 parent fa902d7 commit 2a0e673
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/adrs/adr-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
sidebar_position: 2
title: ADR Template
---
# ADR \{ADR-NUMBER}: \{TITLE}
# ADR [ADR-NUMBER]: [TITLE]

## Changelog
* \{date}: \{changelog}
* [date]: [changelog]

## Status

> A decision may be "proposed" if it hasn't been agreed upon yet, or "accepted" once it is agreed upon. If a later ADR changes or reverses a decision, it may be marked as "deprecated" or "superseded" with a reference to its replacement.
\{Deprecated|Proposed|Accepted}
[Deprecated|Proposed|Accepted]

## Context

Expand All @@ -38,4 +38,4 @@ If the proposed change will be large, please also indicate a way to do the chang

> Are there any relevant PR comments, issues that led up to this, or articles referenced for why we made the given design choice? If so link them here!
* \{references}
* [references]

0 comments on commit 2a0e673

Please sign in to comment.