From 07be3c21bf9bcef3c0b90d8779722f7014371567 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Mon, 14 Feb 2022 17:47:53 +0100 Subject: [PATCH] docs(templates): Include triage label (#1042) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/pull_request_template.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ead43c3a..edb3d410 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: "[Bug]: " -labels: ["bug", "triage"] +labels: bug, status/needs-triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 11fc491e..598489f5 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: '' -labels: enhancement +labels: enhancement, status/needs-triage assignees: '' --- diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 73692ae0..091c5f1d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,6 @@ +--- +labels: status/needs-triage +--- ### Context Please include relevant motivation and context for this PR.