From 2abb76fb9a1d2622d3650c23444b83f971a91e1b Mon Sep 17 00:00:00 2001 From: Jakob Moser <moser@cl.uni-heidelberg.de> Date: Mon, 18 Mar 2024 18:28:50 +0100 Subject: [PATCH] Add default "Test" label --- default_labels.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default_labels.json b/default_labels.json index 62348e8..cc49bba 100644 --- a/default_labels.json +++ b/default_labels.json @@ -2,5 +2,6 @@ {"name": "Progress: Blocked", "description": "Can't be implemented, because it depends on something else", "color": "#7f8c8d"}, {"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": "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"} ] -- GitLab