]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
namespace 10954/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 5 Nov 2021 15:15:12 +0000 (16:15 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 5 Nov 2021 15:15:12 +0000 (16:15 +0100)
CONTRIBUTING.md

index 1715b62423a20736583b0ac0b816bab5db91c4a5..4e0d4f77b15998035a4569f3bffe7e931430f292 100644 (file)
@@ -86,3 +86,4 @@ Additional guidelines:
 * Use spaces instead of tabs
 * Although the codebase does not consistently have them, [docblock](https://www.doxygen.nl/manual/docblocks.html)s on functions and classes are appreciated
 * Never hesitate to write comments on anything that might not be immediately clear just from reading the code
+* When adding whole new things, consider putting them in a `pdns::X` namespace. Look for `namespace pdns` in the codebase for examples.
\ No newline at end of file