From 90597e13196163e57753458ebb1dded846871df5 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 10 May 2024 09:28:31 +0200 Subject: [PATCH] chore: Allow to create issues without a template Let's see if this works (seems to work in most apps), we can still revert this when it does turn out that too many unexperienced reports come in. Signed-off-by: Joas Schilling --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index be494f5d6ca..4047a78bc83 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -1,4 +1,4 @@ -name: "Bug report: Nextcloud Server" +name: "🐛 Bug report: Nextcloud Server" description: "Submit a report and help us improve Nextcloud Server" title: "[Bug]: " labels: ["bug", "0. Needs triage"] diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index faf8cdc28d9..730c1b1ebe2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,3 @@ -blank_issues_enabled: false contact_links: - name: 🚨 Report a security or privacy issue url: https://hackerone.com/nextcloud -- 2.39.5