From 65c12d7224c9b57d60397f1069e4cbaa1caea6d6 Mon Sep 17 00:00:00 2001 From: Aleksei Atavin Date: Mon, 14 Feb 2022 21:10:47 +0200 Subject: [PATCH] Rename needs-triage label to untriaged according org conventions (#129) Signed-off-by: Aleksei Atavin --- .github/ISSUE_TEMPLATE/BUG_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md b/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md index 1a89e7f5..8f2fd1a3 100644 --- a/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md @@ -2,7 +2,7 @@ name: 🐛 Bug report about: Create a report to help us improve title: '[BUG]' -labels: bug, needs-triage +labels: bug, untriaged assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md index addf30d1..334cac68 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ name: 🎆 Feature request about: Request a feature in this project title: '[FEATURE]' -labels: enhancement, needs-triage +labels: enhancement, untriaged assignees: '' --- **Is your feature request related to a problem?** diff --git a/.github/ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md b/.github/ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md index e8fe38ca..a7aa8aa4 100644 --- a/.github/ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md @@ -2,7 +2,7 @@ name: 💭 Proposal about: Suggest an idea for a specific feature you wish to propose to the community for comment title: '[PROPOSAL]' -labels: proposal, needs-triage +labels: proposal, untriaged assignees: '' --- ## What kind of business use case are you trying to solve? What are your requirements?