From 153faf9c205a9a3aa372af04b8a1b83884d90234 Mon Sep 17 00:00:00 2001
From: Jakob Moser <moser@cl.uni-heidelberg.de>
Date: Mon, 18 Mar 2024 18:32:53 +0100
Subject: [PATCH] Add test and priority labels

---
 default_labels.json | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/default_labels.json b/default_labels.json
index cc49bba..d998257 100644
--- a/default_labels.json
+++ b/default_labels.json
@@ -3,5 +3,8 @@
     {"name": "Progress: In development", "color": "#8e44ad"},
     {"name": "Progress: Stale", "description": "Issues that were in development once, but that haven't been worked on for a long time", "color": "#ad8d43"},
     {"name": "Help wanted", "description": "An issue that new contributors could help solve. This doesn't necessarily mean that the issue is easy (not even considering that easiness is a very subjective thing), but more that the issue could give an overview of the architecture, is reasonably well-defined (so you know when you're done) or documentation exists etc.", "color": "#5cb85c"},
-    {"name": "Test", "description": "Everything about (manual, unit, integration, end-to-end) tests", "color": "#5843ad"}
+    {"name": "Test", "description": "Everything about (manual, unit, integration, end-to-end) tests", "color": "#5843ad"},
+    {"name": "Priorty: High", "description": "Anything that needs to be done soon or is a big issue. Major cornerstones of a project should usually be high priority issues.", "color": "#ed8b02", "priority": 0},
+    {"name": "Priorty: Medium", "description": "Anything that needs to be done sooner or later.", "color": "#009966", "priority": 1},
+    {"name": "Priorty: Low", "description": "Anything that should be done sometime, but is really not that important", "color": "#6699cc", "priority": 2}
 ]
-- 
GitLab