2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-19 04:12:11 +00:00

Simplify labelling proposal

This commit is contained in:
Mateusz Loskot
2018-03-28 00:50:07 +02:00
committed by Stefan Seefeld
parent 43dfc05fb9
commit c4d29651ab

1
.github/labels.json vendored
View File

@@ -12,7 +12,6 @@
{ "name": "Type:bug", "color": "#FC2929", "description": "Bug in existing code" },
{ "name": "Type:duplicate", "color": "#E6E6E6", "description": "Search existing issues next time" },
{ "name": "Type:feature", "color": "#009800", "description": "Proposal of new functionality" },
{ "name": "Type:maintenance", "color": "#FEF2C0", "description": "All boring tasks good janitors do" },
{ "name": "Type:performance", "color": "#CC317C", "description": "Run-time performance issues" },
{ "name": "Type:question", "color": "#5753BA", "description": "Post to mailing list next time" }
]