Mirror minimal/bare/bare-minimal templates to docs/decisions#220
Draft
koppor wants to merge 2 commits into
Draft
Mirror minimal/bare/bare-minimal templates to docs/decisions#220koppor wants to merge 2 commits into
koppor wants to merge 2 commits into
Conversation
Only adr-template.md was mirrored to docs/decisions/ (and thus rendered on the documentation site). Mirror the other three templates too, with the Just-the-Docs front matter and an MD025 disable comment, so all four templates are consistent and visible on the site. Document the mirroring convention (which files, front matter, nav_order, and the release-time sync step) in README.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
✅ Deploy Preview for madr-develop ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
The bare templates contain intentional empty sections (multiple blank lines), which is why template/adr-template-bare*.md are not in the lint globs. Exclude their docs/decisions mirrors for the same reason. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
koppor
marked this pull request as draft
June 19, 2026 07:15
Member
Author
|
Needs to be added to release checklist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Only
adr-template.mdwas mirrored todocs/decisions/, so it was the only template rendered on the documentation site. Theminimal,bare, andbare-minimaltemplates existed solely undertemplate/.Changes
adr-template-minimal.md,adr-template-bare.md, andadr-template-bare-minimal.mdintodocs/decisions/, each with the Just-the-Docs front matter (parent,nav_order101–103,title) and an<!-- markdownlint-disable-next-line MD025 -->comment.README.md(development hints + the release-time sync step).CHANGELOG.mdentry.Notes
adr-template-minimal.mdreflects the Minimal template - confusing marking one of the sections as "optional" #218 decision (Consequences required — no "optional" comment). This PR should therefore land after Make Consequences required in minimal template (#218) #219, or be rebased on it, to stay consistent.🤖 Generated with Claude Code