From 86189126cc4ac8e6590b44a722d01a666a8c5a7f Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 21 Mar 2023 20:04:01 +0100 Subject: [PATCH] Updated default labelset --- options/label/ODIT | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/options/label/ODIT b/options/label/ODIT index d8ef18a..4bc66a1 100644 --- a/options/label/ODIT +++ b/options/label/ODIT @@ -1,17 +1,17 @@ -#ee0701 bug ; Something is not working -#e11d21 confirmed ; Bug is confirmed #cccccc duplicate ; This issue or pull request already exists -#84b6eb enhancement ; New feature +#e11d21 confirmed ; Bug is confirmed #128a0c help wanted ; Need some help #e6e6e6 invalid ; Something is wrong -#cc317c question ; More information is needed #ffffff wontfix ; This won't be fixed -#70c24a complexity:easy ; Easy to implement -#70c24a complexity:medium ; Not too hard to implement -#e11d21 complexity:hard ; Hard to implement -#e11d21 priority:high ; Work on this asap -#0052cc priority:low ; Do this when nothing else has to be done -#fbca04 priority:medium ; Do this as soon as you have some spare time -#000000 status:blocked ; This issue/pr is blocked -#207de5 status:doing ; This issue/pr is being worked on -#006b75 status:review_needed ; This issue/pr needs a review \ No newline at end of file +#ee0701 type/bug ; Something is not working +#cc317c type/question ; More information is needed +#84b6eb type/enhancement ; New feature +#70c24a complexity/easy ; Easy to implement +#70c24a complexity/medium ; Not too hard to implement +#e11d21 complexity/hard ; Hard to implement +#e11d21 priority/high ; Work on this asap +#0052cc priority/low ; Do this when nothing else has to be done +#fbca04 priority/medium ; Do this as soon as you have some spare time +#000000 status/blocked ; This issue/pr is blocked +#207de5 status/doing ; This issue/pr is being worked on +#006b75 status/review_needed ; This issue/pr needs a review \ No newline at end of file