From 7cb1b2301b864b389195ecc22fe520af1e00345b Mon Sep 17 00:00:00 2001 From: MLEP Date: Fri, 3 Jun 2022 01:21:35 +0200 Subject: [PATCH] Add ADR 25 to ADR Toc (#8882) --- docs/adr.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/adr.md b/docs/adr.md index 4af276c88c4..23a98d057ac 100644 --- a/docs/adr.md +++ b/docs/adr.md @@ -32,5 +32,6 @@ Architectural decisions for JabRef: * [ADR-0022](./adr/0022-remove-stop-words-during-query-transformation.md) - Remove stop words during query transformation * [ADR-0023](./adr/0023-localized-preferences.md) - Localized Preferences * [ADR-0024](./adr/0024-use-%23-as-indicator-for-BibTeX-string-constants.md) - Use `#` as indicator for BibTeX string constants +* [ADR-0025](./adr/0025-reviewdog-reviews.md) - Reviewdog findings are code reviews For new ADRs, please use [template.md](https://github.com/JabRef/jabref/tree/main/docs/adr/template.md) as basis. More information on the used format is available at [https://adr.github.io/madr/](https://adr.github.io/madr/). General information about architectural decision records is available at [https://adr.github.io/](https://adr.github.io). Then add them to the above list.