From feaee91f401ec90fdb228c60f924271526684d7d Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Fri, 24 Feb 2023 12:56:42 +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 7859b7be..35c6d01c 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