remove feature label

For automatic label generation remove label `feature` as it is basically means the same thing as label `enhancement`.
This commit is contained in:
Ben Bodenmiller
2014-10-31 17:22:16 -07:00
parent 45d9446978
commit 3e55d56c90
-1
View File
@@ -15,7 +15,6 @@ module Gitlab
{ title: "support", color: yellow },
{ title: "discussion", color: blue },
{ title: "suggestion", color: blue },
{ title: "feature", color: green },
{ title: "enhancement", color: green }
]