From 743d319e85b70f63b2f5a521604224b7898b19b1 Mon Sep 17 00:00:00 2001
From: Ben Grande <ben.grande.b@gmail.com>
Date: Mon, 13 Nov 2023 17:58:20 +0000
Subject: [PATCH] fix: issue template confused with comments

---
 .github/ISSUE_TEMPLATE/bug.md      | 6 ------
 .github/ISSUE_TEMPLATE/config.yml  | 4 ----
 .github/ISSUE_TEMPLATE/feat.md     | 6 ------
 .github/ISSUE_TEMPLATE/question.md | 6 ------
 .reuse/dep5                        | 2 +-
 5 files changed, 1 insertion(+), 23 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index 8b7b9a9..6b23110 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -1,9 +1,3 @@
-<!--
-SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
-
-SPDX-License-Identifier: CC-BY-SA-4.0
--->
-
 ---
 name: Bug report
 about: 'Report a problem in existing functionality'
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 0fbbcc8..bd9dfe4 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,6 +1,2 @@
-# SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
-#
-# SPDX-License-Identifier: CC-BY-SA-4.0
-
 ---
 blank_issues_enabled: false
diff --git a/.github/ISSUE_TEMPLATE/feat.md b/.github/ISSUE_TEMPLATE/feat.md
index a12af8d..163d38b 100644
--- a/.github/ISSUE_TEMPLATE/feat.md
+++ b/.github/ISSUE_TEMPLATE/feat.md
@@ -1,9 +1,3 @@
-<!--
-SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
-
-SPDX-License-Identifier: CC-BY-SA-4.0
--->
-
 ---
 name: Enhancement request
 about: 'Suggest a new feature or an improvement of existing functionality'
diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
index 470755f..0b67a5e 100644
--- a/.github/ISSUE_TEMPLATE/question.md
+++ b/.github/ISSUE_TEMPLATE/question.md
@@ -1,9 +1,3 @@
-<!--
-SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
-
-SPDX-License-Identifier: CC-BY-SA-4.0
--->
-
 ---
 name: Question
 about: 'Ask a question or request support'
diff --git a/.reuse/dep5 b/.reuse/dep5
index 6aa940f..bbad1ac 100644
--- a/.reuse/dep5
+++ b/.reuse/dep5
@@ -3,7 +3,7 @@ Upstream-Name: qusal
 Upstream-Contact: Benjamin Grande M. S. <ben.grande.b@gmail.com>
 Source: https://github.com/ben-grande/qusal
 
-Files: CONTRIBUTING.md README.md */README.md
+Files: CONTRIBUTING.md README.md */README.md .github/ISSUE_TEMPLATE/*
 Copyright: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
 License: CC-BY-SA-4.0