From 7ba5b84aadd4990d5c0876a09eaf5e277b9f7ec1 Mon Sep 17 00:00:00 2001 From: Jake Dawkins Date: Wed, 14 Apr 2021 17:21:31 -0400 Subject: [PATCH] add triage labels to new issues (#448) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/docs.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 77f73fdd5..7dedfa12c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug Report 🐞 about: Something isn't working as expected? Here is the right place to report. -labels: "bug 🐞" +labels: "bug 🐞, triage" ---