From e445e881e33994882cc6c0b2875a02e3c8fa0f34 Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Tue, 26 Mar 2024 12:46:21 +0100 Subject: [PATCH] chore: update labels in issue templates (#1720) update labels in issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- .github/ISSUE_TEMPLATE/epic-template.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- .github/ISSUE_TEMPLATE/issue-template.md | 2 +- .github/ISSUE_TEMPLATE/protocol-change-request.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 9b731e0b7a..2c150a5661 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,7 +1,7 @@ --- name: Bug Report about: Create a report to help us squash bugs! -labels: bug, needs-triage +labels: "type: bug", "status: waiting-triage" ---