From 8c3c426998f9fc12aedc4594708f7aa34b748b2d Mon Sep 17 00:00:00 2001 From: Jos Ahrens Date: Tue, 15 Oct 2019 17:48:36 +0000 Subject: [PATCH] Automatically apply GitHub labels on issue creation --- .github/ISSUE_TEMPLATE/Bug_Report.md | 1 + .github/ISSUE_TEMPLATE/Feature_Request.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.md b/.github/ISSUE_TEMPLATE/Bug_Report.md index f54b7f6b..da44fb06 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.md +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -1,6 +1,7 @@ --- name: Bug Report about: Create a bug report +labels: "Type: Bug" --- diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md index 3649f03b..51f7a656 100644 --- a/.github/ISSUE_TEMPLATE/Feature_Request.md +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -1,6 +1,7 @@ --- name: Feature Request about: Request a new feature +labels: "Type: Feature" ---