Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/false-verdict.yml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/rulepack.yml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: 2026 Lukas Friedrich / Tippel
SPDX-License-Identifier: Apache-2.0
-->

<!--
Thanks for contributing. Two things this project cares about more than most:

Expand Down
Loading