diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6dfd85c2..8e0e05e7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,3 @@ -# 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 e40eb9eb..7db26729 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,3 @@ -# SPDX-FileCopyrightText: (c) TagStudio Contributors -# SPDX-License-Identifier: GPL-3.0-only --- name: Feature Request description: Suggest a new feature. diff --git a/REUSE.toml b/REUSE.toml index 1897ada1..93089cd2 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -19,6 +19,7 @@ path = [ ".git-blame-ignore-revs", ".gitattributes", + ".github/ISSUE_TEMPLATE/**", ".gitignore", ".pre-commit-config.yaml", "flake.lock",