From 7c05d2620bd87c9c31bd1564119785715f5ac958 Mon Sep 17 00:00:00 2001 From: Sarah Marshall Date: Thu, 22 Oct 2020 11:52:55 -0700 Subject: [PATCH] Add "needs triage" label to issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +--- .github/ISSUE_TEMPLATE/feature_request.md | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 25d4a2f2caf..443e14b3281 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,9 +2,8 @@ name: Bug report about: Create a report to help us improve title: '' -labels: bug +labels: bug, needs triage assignees: '' - --- ## Describe the bug @@ -30,6 +29,5 @@ If applicable, add screenshots to help explain your problem. - Python Version (if applicable) [e.g. the output of `python --version`] - **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 968a338dd9d..c8cc93f0163 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,9 +2,8 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: enhancement +labels: enhancement, needs triage assignees: '' - --- ** Please describe what you would like the feature to accomplish.**