Oliver Kopp
Oliver Kopp
While drafting an ADR, the discussion reminds me on the discussion of [BibTeX Keys](https://docs.jabref.org/setup/citationkeypatterns). I begin to draft the ADR here: ## Options * Pattern `NNNN-title.md` * Example `010-use-iso-8601-format-for-date.md` and...
@ms-ati I seems the Rust RFCs assume a single repository (the RFC repository). What is the single ADR repository? How does that relate to the discussion at #10, where a...
A new pro for numbering: When creating 100 decisions, they can be referred to easily when discussing. It is more easy to say "ADR-100" than "ADR-gabt" and "ADR-2020-12-10". Moreover, when...
Inspirations: - https://github.com/cirosantilli/markdown-style-guide - https://arxiv.org/abs/1605.04303 - https://github.com/cicd-hackathon-stgt/docs/blob/master/README.md
Let's have a try for a longer list of "Options". # Markdown ```markdown ## Pros and Cons of the Options ### {title of option 1} {example | description | pointer...
This discussion refs the "Validation" section https://github.com/adr/madr/blob/3.0.0-beta.2/template/adr-template.md#validation.
This is similar to https://github.com/tcort/markdown-link-check/issues/94, where it is proposed to filter on status (and thus not to report `429` as error).
Sure, go ahead! As of today, Loqbooq seems to have following fields: - Title - Description - Owner - Reviewers - Due Date  Would be nice to see more...
In case it helps: The other alternative to create newlines in Markdown is to use `\`: ```markdown First line\ second line. ``` Rendered output: First line\ second line.
Does the package [logreq](https://www.ctan.org/pkg/logreq) help here? As far as I understood, one can just prepend `\RequirePackage{logreq}` before `\documentclass`. Maybe this can be done somehow automatically. I remember that [TeX4ht](http://tug.org/tex4ht/) does...