]> git.mxchange.org Git - friendica.git/commitdiff
REUSE hopefully fix github issue templates
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 24 Aug 2024 17:59:05 +0000 (19:59 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 24 Aug 2024 17:59:05 +0000 (19:59 +0200)
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
REUSE.toml

index 605e11e1366aa361c2bc88904c5a897e313d7f9f..8e3ff067f6da1a669f76d5fa46edbb69b9828dd9 100644 (file)
@@ -1,9 +1,3 @@
-<!--
-SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
-
-SPDX-License-Identifier: CC0-1.0
--->
-
 ---
 name: Bug report
 about: Create a report to help us improve
index ed0a7f0c4e79759fcdd48e3c65afb8a7b09879ee..81b6876f3e51ddad2d05712cf00a89649e6e15f9 100644 (file)
@@ -1,9 +1,3 @@
-<!--
-SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
-
-SPDX-License-Identifier: CC0-1.0
--->
-
 ---
 name: Feature request
 about: Suggest an idea for this project
@@ -25,4 +19,4 @@ assignees: ''
 
 <!-- A clear and concise description of any alternative solutions or feature you've considered. -->
 
-### Additional context
\ No newline at end of file
+### Additional context
index 8eca53f4c70175eb87928b205d35261cfac45787..a0a7837170cf84a920064b57d085986e0b7d4955 100644 (file)
@@ -1,9 +1,3 @@
-<!--
-SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
-
-SPDX-License-Identifier: CC0-1.0
--->
-
 ---
 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.
index 27cb513d4c6138983b38c8636127c15f27340267..46a455bf4b38e2b13834cab2b4dc8e9a0f594bac 100644 (file)
@@ -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"