From 4295878732da11c67ce6593ddbd31ee6174f0668 Mon Sep 17 00:00:00 2001 From: Lukas Friedrich Date: Mon, 31 Aug 2026 21:46:12 +0200 Subject: [PATCH] Add the SPDX headers the new templates were missing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pre-commit run --all-files only covers tracked files, so running it before git add left four new files unchecked. CI, which checks out everything, caught them — and I merged #29 without reading the failing check first. Co-Authored-By: Claude Opus 5 --- .github/ISSUE_TEMPLATE/config.yml | 2 ++ .github/ISSUE_TEMPLATE/false-verdict.yml | 2 ++ .github/ISSUE_TEMPLATE/rulepack.yml | 2 ++ .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 4 files changed, 11 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index db6e79b..5f7b32e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: 2026 Lukas Friedrich / Tippel +# SPDX-License-Identifier: Apache-2.0 blank_issues_enabled: true contact_links: - name: Security vulnerability diff --git a/.github/ISSUE_TEMPLATE/false-verdict.yml b/.github/ISSUE_TEMPLATE/false-verdict.yml index 96b243e..03bf59a 100644 --- a/.github/ISSUE_TEMPLATE/false-verdict.yml +++ b/.github/ISSUE_TEMPLATE/false-verdict.yml @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: 2026 Lukas Friedrich / Tippel +# SPDX-License-Identifier: Apache-2.0 name: A verdict looks wrong description: markproof reported PASS, FAIL, WARN or SKIP where you expected something else. labels: ["bug"] diff --git a/.github/ISSUE_TEMPLATE/rulepack.yml b/.github/ISSUE_TEMPLATE/rulepack.yml index 7d83093..f94a8a0 100644 --- a/.github/ISSUE_TEMPLATE/rulepack.yml +++ b/.github/ISSUE_TEMPLATE/rulepack.yml @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: 2026 Lukas Friedrich / Tippel +# SPDX-License-Identifier: Apache-2.0 name: A rule reads the law wrong description: The rulepack's interpretation of Article 50 is mistaken, outdated, or too broad. labels: ["rulepack"] diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d3104f6..d526eb2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,8 @@ + +