From 172938cec8e9ca6596b48644e5f2cdab17d49680 Mon Sep 17 00:00:00 2001 From: Louis Adriaens Date: Sun, 23 Apr 2023 15:45:33 +0000 Subject: [PATCH] Update .gitlab/merge_request_templates/Default.md --- .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 50f46fd..eed4d5e 100644 --- a/.gitlab/merge_request_templates/Default.md +++ b/.gitlab/merge_request_templates/Default.md @@ -31,6 +31,7 @@ _Please list any known bugs or issues related to the changes in this merge reque - [ ] I have filled in this template. - [ ] I have tested my changes thoroughly (both in the editor + **build and run (ctrl+B)**!). - [ ] I have added appropriate unit tests. +- [ ] I have added appropriate playmode tests. - [ ] I have updated the user documentation as necessary. - [ ] Code reviewed by 2 people.