From 587c6cde0a6d85214cd8e34625629d8443499de9 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sun, 6 Jun 2021 15:05:21 +0200 Subject: [PATCH] add CONTRIBUTING.md [skip ci] --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57ffecf..8edf079 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,8 +48,8 @@ Feel free to adapt this naming scheme to your forks. ### Merge Requirements -To be merged into the master branch, your code has to pass the automated continuous integration tests, to ensure compatibility. -In Addition your code has to be approved by a project member. +To be merged into the main branch, your code has to pass the automated continuous integration tests, to ensure compatibility. +In addition, your code has to be approved by a project member. #### What if my code fails the tests?