From 0c9f113ab707f46647ca52862338d4cda23e44a6 Mon Sep 17 00:00:00 2001 From: Niklas Borchers <niklas.borchers@rwth-aachen.de> Date: Thu, 7 Jun 2018 16:23:05 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b661cc..dac7644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,9 @@ Merge Request When submitting a merge request, do the following things: -* [] - Update your branch (when checked out) by merging the current master: +- [] - Update your branch (when checked out) by merging the current master: ```git checkout <my_branch>; git merge origin/master``` -* [] - 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 -- GitLab