From 10698f6ef9342cedc9a00e00f480914d025da02e Mon Sep 17 00:00:00 2001 From: Rasmus Kronberg <43936697+rkronberg@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:32:05 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- _contributing/CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_contributing/CONTRIBUTING.md b/_contributing/CONTRIBUTING.md index a6d19afc..466c7fe9 100644 --- a/_contributing/CONTRIBUTING.md +++ b/_contributing/CONTRIBUTING.md @@ -26,9 +26,8 @@ create pull requests from a fork of the repo. The csc-env-eff repository uses 'master' as the default branch. You can make changes using the web GUI, command-line or desktop application. -The master branch is not protected. You can make changes to it directly, -**but please don't**. Instead, make a "feature branch" for your change and then -create a pull request. +The master branch is protected. You cannot make changes to it directly. +Instead, make a "feature branch" for your change and then create a pull request. ### Overview