copyright: info for/ignore .github/ISSUE_TEMPLATE/bug_report.md

Follow-up from 448f7ef9ab. The adding of the copyright text in that
file broke site functionality.

Closes #9001
This commit is contained in:
Daniel Stenberg 2022-06-13 23:50:45 +02:00
parent 448f7ef9ab
commit d82c7eedea
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 7 additions and 0 deletions

View file

@ -90,3 +90,7 @@ License: curl
Files: README
Copyright: 1999 - 2021 Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl
FILES: .github/ISSUE_TEMPLATE/bug_report.md
Copyright: 2020 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl

View file

@ -81,6 +81,9 @@ my @skiplist=(
# markdown linkchecker config
"mlc_config.json",
# github template file
"^.github/ISSUE_TEMPLATE/bug_report.md",
# License texts and REUSE-specific files
".reuse/dep5",
"LICENSES/.*"