From: Otto Moerbeek Date: Tue, 23 Sep 2025 08:23:03 +0000 (+0200) Subject: PR template: Make the mention of the AI policy a link X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e33ae36199a59dc67977df35d554a3f4d01d40b;p=thirdparty%2Fpdns.git PR template: Make the mention of the AI policy a link Signed-off-by: Otto Moerbeek --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e4c955a43..732d0941a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,7 @@ I have: - [ ] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document -- [ ] read and accepted the [Developer Certificate of Origin](https://github.com/PowerDNS/pdns/blob/master/DCO) document, including the AI policy, and added a ["Signed-off-by"](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md#developer-certificate-of-origin) to my commits +- [ ] read and accepted the [Developer Certificate of Origin](https://github.com/PowerDNS/pdns/blob/master/DCO) document, including the [AI Policy](https://github.com/PowerDNS/pdns/blob/master/AI_POLICY.md), and added a ["Signed-off-by"](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md#developer-certificate-of-origin) to my commits - [ ] compiled this code - [ ] tested this code - [ ] included documentation (including possible behaviour changes)