From c8e010fa04a26ec7c9712d479b3add8c6195e28f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 24 Aug 2024 19:59:05 +0200 Subject: [PATCH] REUSE hopefully fix github issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ------ .github/ISSUE_TEMPLATE/feature_request.md | 8 +------- .github/ISSUE_TEMPLATE/question.md | 8 +------- REUSE.toml | 3 ++- 4 files changed, 4 insertions(+), 21 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 605e11e136..8e3ff067f6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,3 @@ - - --- name: Bug report about: Create a report to help us improve diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ed0a7f0c4e..81b6876f3e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,3 @@ - - --- name: Feature request about: Suggest an idea for this project @@ -25,4 +19,4 @@ assignees: '' -### Additional context \ No newline at end of file +### Additional context diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 8eca53f4c7..a0a7837170 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,9 +1,3 @@ - - --- name: Question / Support about: Select this if you have a question @@ -13,4 +7,4 @@ assignees: '' --- -# For general question about Friendica, please try to find a solution at https://wiki.friendi.ca first. \ No newline at end of file +# For general question about Friendica, please try to find a solution at https://wiki.friendi.ca first. diff --git a/REUSE.toml b/REUSE.toml index 27cb513d4c..46a455bf4b 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -8,7 +8,8 @@ path = [ "doc/**", "spec/*", "src/**/README.md", - "mods/**" + "mods/**", + ".github/ISSUE_TEMPLATE/*" ] SPDX-FileCopyrightText = "2010-2024 The Friendica Project" SPDX-License-Identifier = "CC0-1.0"