From 6bdcbf0d604b5f181d594364a0523ee4277f5c02 Mon Sep 17 00:00:00 2001 From: mmpe <mmpe@dtu.dk> Date: Thu, 15 Jun 2017 08:26:31 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7015839..d37346b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,10 +8,10 @@ If you can, please submit a merge request with the fix or improvements including The workflow to make a merge request is as follows: -Create a feature branch, branch away from master -Write tests and code -Push the commit(s) to your fork -Submit a merge request (MR) to the master branch of -Link any relevant issues in the merge request description and leave a comment on them with a link back to the MR -Your tests should run as fast as possible, and if it uses test files, these files should be as small as possible. -Please keep the change in a single MR as small as possible. Split the functionality if you can \ No newline at end of file +-Create a feature branch, branch away from master +-Write tests and code +-Push the commit(s) to your fork +-Submit a merge request (MR) to the master branch of +-Link any relevant issues in the merge request description and leave a comment on them with a link back to the MR +-Your tests should run as fast as possible, and if it uses test files, these files should be as small as possible. +-Please keep the change in a single MR as small as possible. Split the functionality if you can \ No newline at end of file -- GitLab