From 16a7c97a2d0f1de7e5c15aba966c246deb388d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20Br=C3=BCckmann?= <64bit@posteo.de> Date: Mon, 22 Feb 2021 09:36:11 +0100 Subject: [PATCH] Please don't commit directly on master --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc2a9eb807..b42371c7a1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,6 +95,8 @@ to appear in our repository. * Check for CI errors once you have opened your Merge Request +* Please don't commit directly onto your `master` branch. Use a new branch instead. This makes merging much more easy and the correct jobs in CI will run. + ### After You Added Your App