diff --git a/CHANGELOG.md b/CHANGELOG.md
index dac764478c10daef464c107f0bf1bfd35fb92988..30ac58c41018245a8946597ff530fa4840260170 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,9 +10,13 @@ Merge Request
 
 When submitting a merge request, do the following things:
 
-- [] - Update your branch (when checked out) by merging the current master:
-        ```git checkout <my_branch>; git merge origin/master```
+- [ ] Update your branch (when checked out) by merging the current master:
+```
+git checkout <my_branch>
+git merge origin/master
+git push
+```
         
-- [] - Add a new [merge-request](https://docs.gitlab.com/ee/gitlab-basics/add-merge-request.html)
+- [ ] Add a new [merge-request](https://docs.gitlab.com/ee/gitlab-basics/add-merge-request.html)
 
-- [] - Make sure the description contains a short overview of changes, as well as a list devices you tested your changes with.
\ No newline at end of file
+- [ ] Make sure the description contains a short overview of changes, as well as a list devices you tested your changes with.
\ No newline at end of file