From e5d2e3e23cd545e8e6fc95c3aa846ba6dbf4d6bb Mon Sep 17 00:00:00 2001 From: Lyon Till <158992+ljtill@users.noreply.github.com> Date: Wed, 15 Jul 2020 11:17:26 +0100 Subject: [PATCH] Fix issue labels (#91) * 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 5daade9d..eefd8668 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, triage +labels: bug :ambulance:, needs triage :warning: assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md index 297728dc..d8032194 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, triage +labels: feature :bulb:, needs triage :warning: assignees: '' ---