From a167cdd3de0674675d166d76f81d6a08b24c764d Mon Sep 17 00:00:00 2001 From: Jason Krause <jason.krause@darkwolf.co> Date: Tue, 25 May 2021 17:58:48 +0000 Subject: [PATCH] Update GitlabLabels.md --- charter/GitlabLabels.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/charter/GitlabLabels.md b/charter/GitlabLabels.md index 5124e050bf..6942c9640c 100644 --- a/charter/GitlabLabels.md +++ b/charter/GitlabLabels.md @@ -41,17 +41,25 @@ Improvements on testing for individual packages or Big Bang. Does not change th ### priority -#### `priority::high` +#### `priority::1` -`priority::high` issues are causing runtime issues in production environments. These issues justify a patch of a release. +`priority::3` issues are causing runtime issues in production environments. These issues justify a patch of a release. -#### `priority:: medium` +#### `priority::2` -`priority:: medium` issues are defined by bugs that degrade system performance, but workarounds are available. +`priority::2` -#### `priority::low` +#### `priority::3` + +`priority:: 3` issues are defined by bugs that degrade system performance, but workarounds are available. + +#### `priority::4` + +`priority:: 4` + +#### `priority::5` -`priority::low` issues are superficial and do not have any impact on the functioning of production systems +`priority::5` issues are superficial and do not have any impact on the functioning of production systems ### Status -- GitLab