From 4e337c32561864c289fbf507d10b290a04b4fd98 Mon Sep 17 00:00:00 2001 From: Marko Date: Wed, 29 Mar 2023 15:08:33 +0200 Subject: [PATCH] chore: add label and title to issue templates (#15595) --- .github/ISSUE_TEMPLATE/bug-report.md | 3 ++- .github/ISSUE_TEMPLATE/epics.md | 3 ++- .github/ISSUE_TEMPLATE/feature-request.md | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index b2da09c12413..cc2ac6375ead 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,7 +1,8 @@ --- name: Bug Report about: Create a report to help us squash bugs! - +title: "[Bug]: " +labels: "T:Bug" ---