From 369ba7bb0a26c8482596c298c0d27eefcfe1169a Mon Sep 17 00:00:00 2001 From: sharkdp Date: Fri, 28 Feb 2020 09:39:38 +0100 Subject: [PATCH] Remove title prefix (we already have labels for that) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/syntax_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6ac11a90..6fad29dc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug Report about: Report a bug. -title: "[Bug] " +title: "" labels: bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/syntax_request.md b/.github/ISSUE_TEMPLATE/syntax_request.md index e9c2f61f..bc25f980 100644 --- a/.github/ISSUE_TEMPLATE/syntax_request.md +++ b/.github/ISSUE_TEMPLATE/syntax_request.md @@ -1,7 +1,7 @@ --- name: Syntax Request about: Request adding a new syntax to bat. -title: "[Syntax Request] " +title: "" labels: new-syntax assignees: ''