Files
brianmcgee b5fea257d7
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
PR Size Review Check / pr-size-review-gate (pull_request) Successful in 35s
sizelint / sizelint (pull_request) Successful in 59s
gitea-mq/buildbot/nix-eval Build done.
gitea-mq/buildbot/nix-build Build done.
gitea-mq Merge queue passed
nix: replace prettier with mdformat for Markdown formatting
Switch Markdown formatting from prettier (which ignores printWidth for
prose) to mdformat with the GFM plugin. Configure 80-column word wrap
and consecutive list numbering.

Prettier remains for CSS, HTML, JS, JSON, and YAML with *.md excluded.

Reformat all existing markdown files.
2026-04-10 15:41:11 +01:00

689 B

Decision record template by Michael Nygard

This is the template in Documenting architecture decisions - Michael Nygard. You can use adr-tools for managing the ADR files.

In each ADR file, write these sections:

Title

Status

What is the status, such as proposed, accepted, rejected, deprecated, superseded, etc.?

Context

What is the issue that we're seeing that is motivating this decision or change?

Decision

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

Consequences

What becomes easier or more difficult to do because of this change?