From f9a3e273704ec46279d2c1484d0b23a3ec019df7 Mon Sep 17 00:00:00 2001 From: Lyon Till <158992+ljtill@users.noreply.github.com> Date: Wed, 15 Jul 2020 11:49:03 +0100 Subject: [PATCH] Fix issue labels (#92) * Update BUG_REPORT.md * Update BUG_REPORT.md * Update BUG_REPORT.md * Update BUG_REPORT.md * Update FEATURE_REQUEST.md --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 2 +- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index eefd8668..cfd33297 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -2,7 +2,7 @@ name: "Bug report \U0001F41B" about: Report errors or unexpected behaviour title: 'Bug Report' -labels: bug :ambulance:, needs triage :warning: +labels: 'needs triage :warning:' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md index d8032194..c078dd05 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -2,7 +2,7 @@ name: "Feature request \U0001F680" about: Suggest an idea for this project title: 'Feature Request' -labels: feature :bulb:, needs triage :warning: +labels: 'needs triage :warning:' assignees: '' ---