From 5ba11642aab89e532c880dfd525fabcf28e750ba Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 19 Feb 2025 10:08:37 +0100 Subject: [PATCH] chore: move the issue template into the ISSUE_TEMPLATE folder Signed-off-by: Simon L. --- .github/{issue_template.md => ISSUE_TEMPLATE/Bug_report.md} | 0 .github/ISSUE_TEMPLATE/Bug_report.md.license | 2 ++ 2 files changed, 2 insertions(+) rename .github/{issue_template.md => ISSUE_TEMPLATE/Bug_report.md} (100%) create mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md.license diff --git a/.github/issue_template.md b/.github/ISSUE_TEMPLATE/Bug_report.md similarity index 100% rename from .github/issue_template.md rename to .github/ISSUE_TEMPLATE/Bug_report.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md.license b/.github/ISSUE_TEMPLATE/Bug_report.md.license new file mode 100644 index 000000000..dddb42877 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors +SPDX-License-Identifier: AGPL-3.0-or-later