From 6b65a30b3988743baac23e9940f8889fc201cd93 Mon Sep 17 00:00:00 2001
From: Michelle Weidling <weidling@sub.uni-goettingen.de>
Date: Tue, 2 Jun 2020 08:56:58 +0200
Subject: [PATCH] docs(README): update contribution info

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 17d05a7..69c28d8 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,6 @@ exec < /dev/tty && node_modules/.bin/git-cz --hook || true
 
 We have configured three types of commits for the work on the technical reference that should reflect the extent of your contribution:
 
-- tr-s:     Small addition to or revision of Technical reference.
-- tr-m:     Medium addition to or revision of Technical reference.
-- tr-l:     Huge contribution to or revision of Technical reference.
+- PATCH:     Small addition to or revision of Technical reference.
+- MINOR:     Medium addition to or revision of Technical reference.
+- MAJOR:     Huge contribution to or revision of Technical reference.
-- 
GitLab