From 444aefd0759f363a71ad125f73c5ea93024b3532 Mon Sep 17 00:00:00 2001 From: acsfer Date: Fri, 21 Jan 2022 10:31:30 +0100 Subject: [PATCH] Title can't be empty --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index bb6803b4621..f90fd319c59 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -1,6 +1,6 @@ name: "Bug report: Nextcloud Server" description: "Submit a report and help us improve Nextcloud Server" -title: "" +title: "[Bug]: " labels: ["bug", "0. Needs triage"] body: - type: markdown