From 8d00d6b817bf95f9edad300d6aaa538dffccda03 Mon Sep 17 00:00:00 2001
From: "N. Geisler" <ngeisler@fachschaft.informatik.tu-darmstadt.de>
Date: Thu, 10 Oct 2019 17:15:58 +0200
Subject: [PATCH] add priority issue lables to contributing guidelines

---
 CONTRIBUTING.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0c6d24a..900a975 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -145,6 +145,8 @@ Please open an issue if you have suggestions for new labels.
 | `blocked` | Issues blocked on other issues. |
 | `duplicate` | Issues which are duplicates of other issues, i.e. they have been reported before. |
 | `wontfix` | Issues that cannot or will not be fixed for now, either because they're working as intended or for some other reason. |
+| `low-priority` | Issues that are meant to be remembered, but are low priority i.e. do not need to be fixed to maintain functionality or enable users to perform intended actions. These might take a while to resolve. |
+| `high-priority` | Issues that should be resolved as soon as possible. |
 
 
 ### Pull Request Labels
-- 
GitLab