From 0d478fad6ddcf6db8e059c2ae2f0bc7cd84f8210 Mon Sep 17 00:00:00 2001 From: JannisX11 Date: Mon, 15 May 2023 23:20:33 +0200 Subject: [PATCH] Remove type tag from issue presets --- .github/ISSUE_TEMPLATE/issue.yaml | 2 +- .github/ISSUE_TEMPLATE/suggestion.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yaml b/.github/ISSUE_TEMPLATE/issue.yaml index 083681f2..43bad339 100644 --- a/.github/ISSUE_TEMPLATE/issue.yaml +++ b/.github/ISSUE_TEMPLATE/issue.yaml @@ -1,6 +1,6 @@ name: Bug / Issue description: Use this form to report an issue that occurs when using Blockbench -title: "[Issue] Issue summary" +title: "Issue Summary" body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/suggestion.yaml b/.github/ISSUE_TEMPLATE/suggestion.yaml index cfa013f1..ca502b2b 100644 --- a/.github/ISSUE_TEMPLATE/suggestion.yaml +++ b/.github/ISSUE_TEMPLATE/suggestion.yaml @@ -1,6 +1,6 @@ name: Suggestion description: Use this form to suggest features or improvements for Blockbench -title: "[Suggestion] Suggestion summary" +title: "Suggestion Summary" body: - type: markdown attributes: