From: Peter van Dijk Date: Fri, 5 Nov 2021 15:15:12 +0000 (+0100) Subject: namespace X-Git-Tag: dnsdist-1.7.0-beta1~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10954%2Fhead;p=thirdparty%2Fpdns.git namespace --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1715b62423..4e0d4f77b1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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