Skip to content

Commit ddfaf87

Browse files
committed
docs: quote decision-makers field in ADR YAML front matter
GitHub was failing to render the ADR files due to invalid YAML syntax. The @ character cannot start a YAML token without quotes.
1 parent 0901eba commit ddfaf87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/decisions/ADR-001-sample-index-data-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
status: accepted
33
date: 2025-06-02
4-
decision-makers: @limulus
4+
decision-makers: "@limulus"
55
---
66

77
# Sample Index Data Structure for Timeline Synchronization

docs/decisions/ADR-002-add-hls-output-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
status: accepted
33
date: 2025-06-20
4-
decision-makers: @limulus
4+
decision-makers: "@limulus"
55
---
66

77
# Add HLS Output Support with --hls Option

0 commit comments

Comments
 (0)