From 39cb8928cbf441a033f165bbabb6a3c896cb07c0 Mon Sep 17 00:00:00 2001 From: Jann Stute Date: Mon, 11 May 2026 20:10:57 +0200 Subject: [PATCH] doc: add REUSE comment header for files in .github --- .github/FUNDING.yml | 4 ++++ .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ .github/ISSUE_TEMPLATE/feature_request.yml | 2 ++ .github/PULL_REQUEST_TEMPLATE.md | 2 ++ .github/workflows/mypy.yaml | 2 ++ .github/workflows/publish_docs.yaml | 2 ++ .github/workflows/pytest.yaml | 2 ++ .github/workflows/release.yml | 2 ++ .github/workflows/ruff.yaml | 2 ++ 9 files changed, 20 insertions(+) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index c2cdaaef..afcb7044 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,6 @@ +# SPDX-FileCopyrightText: (c) TagStudio Contributors +# SPDX-License-Identifier: GPL-3.0-only + + --- patreon: cyanvoxel diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a719991f..35ad9dc6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: (c) TagStudio Contributors +# SPDX-License-Identifier: GPL-3.0-only --- name: Bug Report description: File a bug or issue report. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 32259fb6..7f8c726a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: (c) TagStudio Contributors +# SPDX-License-Identifier: GPL-3.0-only --- name: Feature Request description: Suggest a new feature. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9b1d9606..a012fd35 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,5 @@ + + ### Summary