From 6ad3f0df9e99ddeb5e34f468376b5b76f21e223e Mon Sep 17 00:00:00 2001 From: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> Date: Sun, 10 Mar 2024 20:09:45 +0100 Subject: [PATCH] Update PROBLEM_REPORT.yml remove "[Problem]" in the title. --- .github/ISSUE_TEMPLATE/PROBLEM_REPORT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/PROBLEM_REPORT.yml b/.github/ISSUE_TEMPLATE/PROBLEM_REPORT.yml index 7abf449039..af9445263a 100644 --- a/.github/ISSUE_TEMPLATE/PROBLEM_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/PROBLEM_REPORT.yml @@ -1,6 +1,6 @@ name: Report a Problem description: Have you found something that does not work well, is too hard to do or is missing altogether? Please create a Problem Report. -title: "[Problem] " +title: "" labels: ["needs triage"] body: - type: checkboxes