aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2022-03-09 12:07:15 +0100
committerLinus Jahn <lnj@kaidan.im>2022-03-09 12:07:15 +0100
commit556acf52101a4e3f2fa9db7ef2e5efc6dcdee7d3 (patch)
tree8652a05d3a906fd58f9b9ea933ed9ffe8fe2df87
parentebbf58a05ca112b7e56df8aa072f410398a86dae (diff)
downloadqxmpp-556acf52101a4e3f2fa9db7ef2e5efc6dcdee7d3.tar.gz
pull request template: Use external file for copyright
-rw-r--r--.github/pull_request_template.md6
-rw-r--r--.github/pull_request_template.md.license3
2 files changed, 3 insertions, 6 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 7504d386..1565e426 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,9 +1,3 @@
-<!--
-SPDX-FileCopyrightText: 2021 Linus Jahn <lnj@kaidan.im>
-
-SPDX-License-Identifier: CC0-1.0
--->
-
Before opening a pull-request please do:
- [ ] Documentation:
- [ ] Document every new public class and function
diff --git a/.github/pull_request_template.md.license b/.github/pull_request_template.md.license
new file mode 100644
index 00000000..f97877cf
--- /dev/null
+++ b/.github/pull_request_template.md.license
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2021 Linus Jahn <lnj@kaidan.im>
+
+SPDX-License-Identifier: CC0-1.0