From: Remi Gacogne Date: Mon, 2 Jun 2025 09:41:43 +0000 (+0200) Subject: Add the DCO to the list of pull request checkboxes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed8edf6ccbed1bac9dec7558d31c755cd9219f71;p=thirdparty%2Fpdns.git Add the DCO to the list of pull request checkboxes Signed-off-by: Remi Gacogne --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 63628820d6..c47ff2d8c6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,6 +5,7 @@ I have: - [ ] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document +- [ ] read the [Developer Certificate of Origin](https://github.com/PowerDNS/pdns/blob/master/DCO) document and added a ["Signed-Off"](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md#developer-certificate-of-origin) on my commits - [ ] compiled this code - [ ] tested this code - [ ] included documentation (including possible behaviour changes)