From 7ab5a323752b9b26d47538bbf9e51a6229199126 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Fri, 24 Feb 2023 12:54:08 +0100 Subject: [PATCH] MR template: JSON schema checklist item. --- .gitlab/merge_request_templates/Default.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md index 7859b7b..35c6d01 100644 --- a/.gitlab/merge_request_templates/Default.md +++ b/.gitlab/merge_request_templates/Default.md @@ -26,6 +26,7 @@ guidelines](https://gitlab.com/caosdb/caosdb/-/blob/dev/REVIEW_GUIDELINES.md) - [ ] All automated tests pass - [ ] Reference related issues - [ ] Up-to-date CHANGELOG.md (or not necessary) +- [ ] Up-to-date JSON schema (or not necessary) - [ ] Appropriate user and developer documentation (or not necessary) - How do I use the software? Assume "stupid" users. - How do I develop or debug the software? Assume novice developers. -- GitLab