diff --git a/docs/adr.md b/docs/adr.md index eba92a988b2..c95471e06e7 100644 --- a/docs/adr.md +++ b/docs/adr.md @@ -24,6 +24,8 @@ Architectural decisions for JabRef: * [ADR-0019](https://github.com/JabRef/jabref/blob/master/docs/adr/0019-implement-special-fields-as-seperate-fields.md) - Implement special fields as seperate fields * [ADR-0020](https://github.com/JabRef/jabref/blob/master/docs/adr/0020-use-Jackson-to-parse-study-yml.md) - Use Jackson to parse study.yml * [ADR-0021](https://github.com/JabRef/jabref/blob/master/docs/adr/0021-keep-study-as-a-dto.md) - Keep study as a DTO +* [ADR-0022](https://github.com/JabRef/jabref/blob/master/docs/adr/0022-remove-stop-words-during-query-transformation.md) - Remove stop words during query transformation +* [ADR-0023](https://github.com/JabRef/jabref/blob/master/docs/adr/0023-localized-preferences.md) - Localized Preferences For new ADRs, please use [template.md](https://github.com/JabRef/jabref/tree/master/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.