From d3ca35ac42fafb2f6111a5148d3ad4cff6c24785 Mon Sep 17 00:00:00 2001 From: Wayne Witzel III Date: Mon, 11 Sep 2017 07:40:23 -0400 Subject: [PATCH] Fix component labels to match defaults in issue template. --- .github/LABEL_MAP.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/LABEL_MAP.md b/.github/LABEL_MAP.md index 143d25f5a1..41b1ee46ad 100644 --- a/.github/LABEL_MAP.md +++ b/.github/LABEL_MAP.md @@ -1,4 +1,5 @@ Bug Report: type:bug Feature Request: type:enhancement -UI Component: component:ui -API Component: component:api +UI: component:ui +API: component:api +Installer: component:installer