Skip to content
Snippets Groups Projects
Verified Commit 153faf9c authored by Jakob Moser's avatar Jakob Moser
Browse files

Add test and priority labels

parent 2abb76fb
No related branches found
No related tags found
No related merge requests found
......@@ -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}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment