From 3c1ab450ee645f385332d3e2cc501a1dfc0c69f7 Mon Sep 17 00:00:00 2001 From: kytwb Date: Mon, 10 Jan 2022 22:43:24 +0100 Subject: Remove labels in issues titles --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 207e3463a..ce6f33e17 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: Report an Ferdi bug -title: "[Bug]: " +title: "" labels: ["bug :beetle:"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 3e7e6d312..679e007c3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature Request description: Suggest an idea for Ferdi -title: "[Feature Request]: " +title: "" labels: ["enhancement :sparkles:"] body: - type: markdown -- cgit v1.2.3-54-g00ecf