From 1a1a39bbca9c14ccd2ba88bf114a6526d4185676 Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Tue, 9 Jun 2020 14:51:02 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c341bd..ba3a160 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,9 @@ Be nice: - * fork the repo - * work in a branch of your fork - * make a pull request to merge your branch to the master + * Please **do not** make changes to the repo master so: + * fork the repo + * work in a branch of your fork + * make a pull request to merge your branch to the master + +Don't know how to do this? [Read our guide](gitBranches.md). - Please **do not** make changes to the repo master \ No newline at end of file -- GitLab