From 1b2b85add8746b53fc5d64297c90562c449778ba Mon Sep 17 00:00:00 2001
From: Klaas <kliffen@astron.nl>
Date: Wed, 31 Aug 2022 16:00:02 +0200
Subject: [PATCH] Add note about collaboration

---
 README.md | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e554c82..605e1f0 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,11 @@
 # Example Python Package
 
-An example repository of an CI/CD pipeline for building, testing and publishing a python package
+An example repository of an CI/CD pipeline for building, testing and publishing a python package.
 
+If you find some missing functionality with regards to CI/CD, testing, linting or something else, feel free to make a merge request with the proposed changes.
+
+
+## Example of README.md contents below:
 
 ## Installation
 ```
@@ -15,5 +19,10 @@ from map import cool_module
 cool_module.greeter()   # prints "Hello World"
 ```
 
+## Contributing
+
+To contribute, please create a feature branch and a "Draft" merge request.
+Upon completion, the merge request should be marked as ready and a reviewer should be assigned.
+
 ## License
 This project is licensed under the Apache License Version 2.0
-- 
GitLab