From 2553e22e3c7fdcc2081498e6a6461dee12cb912b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Sch=C3=A4fer?= <david.schaefer@ufz.de>
Date: Fri, 11 Aug 2023 13:42:43 +0200
Subject: [PATCH] Update CONTRIBUTING.md

---
 CONTRIBUTING.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 65c75b12f..9bbb0f0b0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -59,7 +59,7 @@ It is not a shame to name a parameter just `n` or `alpha` etc., if, for example,
 
 
 ### Test Functions
-- testnames: [testmodule_]flagTestName
+- testnames: flagTestName
  
 ## Formatting
 We use [black](https://black.readthedocs.io/en/stable/) in its default settings.
@@ -70,6 +70,10 @@ Only absolute imports are accepted.
 
 
 # Development Workflow
+
+## Releases
+Every release is planned by an associated Milestone. This milestone should have a end date, usually, the first of the month the next release is planned and contain all issue/merge requests to include. 
+
 ## Repository Structure
 
 - `master` - branch:
-- 
GitLab