From b2368658637ab695db71ec6361fafb334b267e3f Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 5 Nov 2021 16:15:12 +0100 Subject: [PATCH] namespace --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2