Skip to content

Commit

Permalink
remove feature label
Browse files Browse the repository at this point in the history
For automatic label generation remove label `feature` as it is basically means the same thing as label `enhancement`.
  • Loading branch information
bbodenmiller committed Nov 1, 2014
1 parent 45d9446 commit 3e55d56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/gitlab/issues_labels.rb
Expand Up @@ -15,7 +15,6 @@ def generate(project)
{ title: "support", color: yellow },
{ title: "discussion", color: blue },
{ title: "suggestion", color: blue },
{ title: "feature", color: green },
{ title: "enhancement", color: green }
]

Expand Down

0 comments on commit 3e55d56

Please sign in to comment.