We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8daff42 commit fa1fd37Copy full SHA for fa1fd37
1 file changed
.github/labels.json
@@ -327,5 +327,23 @@
327
"color": "F9C74F",
328
"description": "This bounty has been completed and the reward paid out.",
329
"aliases": ["bounty:rewarded", "bounty:earned"]
330
+ },
331
+ {
332
+ "name": "severity: low",
333
+ "color": "FFEB3B",
334
+ "description": "Minor impact; does not significantly affect functionality.",
335
+ "aliases": ["severity:low"]
336
337
338
+ "name": "severity: high",
339
+ "color": "FF9800",
340
+ "description": "Significant impact; core functionality is impaired.",
341
+ "aliases": ["severity:high"]
342
343
344
+ "name": "severity: critical",
345
+ "color": "B71C1C",
346
+ "description": "Severe impact; system is unusable or data is at risk.",
347
+ "aliases": ["severity:critical", "critical"]
348
}
349
]
0 commit comments