From 5e22417cf8daf975b0043bdcdecce6cce27ddcb4 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 19 Jan 2020 07:37:40 -0500 Subject: [PATCH] Adds automatic issue labels (#139) --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 2 ++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 2 ++ .github/ISSUE_TEMPLATE/SUPPORT.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index dae5265f..08fa3fb9 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -1,6 +1,8 @@ --- name: Bug Report about: Create a bug report to help us improve the action. +labels: + - bug 🐝 --- diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md index fcc99316..0ed48e67 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -1,6 +1,8 @@ --- name: Feature Request about: If you'd like to make a suggestion please fill out the form below. +labels: + - feature request 🏭 --- diff --git a/.github/ISSUE_TEMPLATE/SUPPORT.md b/.github/ISSUE_TEMPLATE/SUPPORT.md index 87fa91c6..8e033e9e 100644 --- a/.github/ISSUE_TEMPLATE/SUPPORT.md +++ b/.github/ISSUE_TEMPLATE/SUPPORT.md @@ -1,6 +1,8 @@ --- name: Support about: If you're having problems setting up the action you can make a request for support here. +labels: + - support 📞 ---