diff --git a/.gitlab/merge_request_templates/request_for_changes.md b/.gitlab/merge_request_templates/request_for_changes.md
index 31bf9cb52c20e5b67e82be1158a46b7bbd7ca268..d9dfd79e5c3b6d8714bceca9c66473f6ff9e6966 100644
--- a/.gitlab/merge_request_templates/request_for_changes.md
+++ b/.gitlab/merge_request_templates/request_for_changes.md
@@ -39,7 +39,7 @@ The copyright owner is *COPYRIGHT OWNER (OR OWNER'S AGENT)* and has signed the O
 <hr>
 
 ***Check before merging:***
-
+- Run `git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i` on latest changes and commit
 - All discussions are resolved
 - At least 2 :thumbsup: votes from core developers, no :thumbsdown: vote.
 - The feature branch is (reasonably) up-to-date with the base branch