From 0d76de452a9a48d18d8102a61d5141a6e21a7e3d Mon Sep 17 00:00:00 2001 From: Lamparter Date: Sun, 21 Jul 2024 10:28:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20Remove=20em?= =?UTF-8?q?oji=20issue=20names?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/spec.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7a3339c89..98180a081 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,7 +2,7 @@ name: 🐛 Bug Report description: Create a bug report to help us improve FluentHub! labels: [bug] assignees: [0x5bfa] -title: "🐛 " +title: "Bug: " body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 0be32cbb6..2fd14d935 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: ✨ Feature Request description: Request a new feature to make things better! labels: [feature request] -title: "✨ " +title: "Feature: " body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/spec.yml b/.github/ISSUE_TEMPLATE/spec.yml index e6c39448b..f385c8fe8 100644 --- a/.github/ISSUE_TEMPLATE/spec.yml +++ b/.github/ISSUE_TEMPLATE/spec.yml @@ -1,7 +1,7 @@ name: ✏️ Spec description: An official specification for enhancements. labels: ["enhancement"] -title: "✏️ " +title: "Spec: " assignees: [] body: - type: markdown