From 7dacdc777311cd8460e12f88a8f995acc32373d0 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Mon, 18 Oct 2021 22:30:04 +0200 Subject: [PATCH] Using correct label names in issue forms. [skip ci] --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_proposal.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 07b0c6abeb839..63f3d93eb89e8 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,7 +1,7 @@ name: 🐛 Bug Report description: File a bug report title: "[🐛 Bug]: " -labels: [ bug, needs-triaging ] +labels: [ I-defect, needs-triaging ] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_proposal.yml b/.github/ISSUE_TEMPLATE/feature_proposal.yml index fc843a7df2d1c..04a8a21d7b541 100644 --- a/.github/ISSUE_TEMPLATE/feature_proposal.yml +++ b/.github/ISSUE_TEMPLATE/feature_proposal.yml @@ -1,7 +1,7 @@ name: 🚀 Feature Proposal description: Propose a feature title: "[🚀 Feature]: " -labels: [ feature, needs-triaging ] +labels: [ I-enhancement, needs-triaging ] body: - type: markdown attributes: