From 71bd7849dcada5b511d6fc40440835ecb8ad9baf Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Tue, 14 May 2019 12:33:37 +0100 Subject: [PATCH] Add triage label to issue templates --- .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 34836765..d614f69e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: Client goes crazy when I mash the keyboard -labels: bug +labels: bug, triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a2c2daad..1cec5fd6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: Make beep sound when moving from client to server -labels: enhancement +labels: enhancement, triage assignees: '' ---