mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:57:28 +03:00
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:
parent
448f7ef9ab
commit
d82c7eedea
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/.*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue