]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Signed-off -> Signed-off-by, as suggested by Habbie
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 2 Jun 2025 10:41:17 +0000 (12:41 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 12 Sep 2025 08:52:44 +0000 (10:52 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
.github/PULL_REQUEST_TEMPLATE.md
CONTRIBUTING.md

index c47ff2d8c65d1e5fc6bb1f2470d830ed91ddbd24..422c8d62b8e4df629c745212c6132ae11255a268 100644 (file)
@@ -5,7 +5,7 @@
 <!-- please indicate if any of these things are done/included with this Pull Request. Not all boxes need to be checked for the Pull Request to be accepted -->
 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
+- [ ] read the [Developer Certificate of Origin](https://github.com/PowerDNS/pdns/blob/master/DCO) document and added a ["Signed-off-by"](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)
index 1de4d722116e8012832ca889707be640bd8800d2..e1b92ccbf93b73630bdbad70a80a9b4763b639ad 100644 (file)
@@ -72,11 +72,11 @@ plus various other directories with `regression-tests.*` names.
 * The rest of the commit body should be wrapped at 72 characters (see [this](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) for more info)
 * If this commit fixes an issue, put "Closes #XXXX" in the message
 * Do not put whitespace fixes/cleanup and functionality changes in the same commit
-* Include a valid Signed-Off line as a [Developer Certificate of Origin](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin), version [1.1](https://github.com/PowerDNS/pdns/blob/master/DCO)
+* Include a valid "Signed-off-by" line as a [Developer Certificate of Origin](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin), version [1.1](https://github.com/PowerDNS/pdns/blob/master/DCO)
 
 # Developer Certificate of Origin
 
-We require a "Signed-Off" on all commits contributed to the PowerDNS codebase, as a [Developer Certificate of Origin](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin), version [1.1](https://github.com/PowerDNS/pdns/blob/master/DCO)
+We require a "Signed-off-by" on all commits contributed to the PowerDNS codebase, as a [Developer Certificate of Origin](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin), version [1.1](https://github.com/PowerDNS/pdns/blob/master/DCO)
 
 If you have properly configured `user.name` and `user.email` in your `Git` configuration, `Git` includes a `-s` command line option to append this line automatically to your commit message: