From 2247296cf9d0785d12a3a7e57de166fdaa9acb4f Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Wed, 10 Jul 2024 15:22:13 +0200 Subject: [PATCH] chore(templates): update to remove titles (#4421) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index bd0c87bad0..fd6e581208 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: 🐞 Bug Report description: Create a report to help us improve -title: "[Bug]: " +title: "" labels: ["bug", "status/needs-triage"] body: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 0b5b9faa1d..bdab722701 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,8 +1,8 @@ -name: 💡 Feature Request +name: 💡 Feature Request description: Suggest an idea for this project +title: "" labels: ["feature-request", "status/needs-triage"] - body: - type: textarea id: Problem