diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-03-09 12:07:15 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-03-09 12:07:15 +0100 |
| commit | 556acf52101a4e3f2fa9db7ef2e5efc6dcdee7d3 (patch) | |
| tree | 8652a05d3a906fd58f9b9ea933ed9ffe8fe2df87 | |
| parent | ebbf58a05ca112b7e56df8aa072f410398a86dae (diff) | |
| download | qxmpp-556acf52101a4e3f2fa9db7ef2e5efc6dcdee7d3.tar.gz | |
pull request template: Use external file for copyright
| -rw-r--r-- | .github/pull_request_template.md | 6 | ||||
| -rw-r--r-- | .github/pull_request_template.md.license | 3 |
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 |
