From 7162d65a5edc52248c8d5a1eda56c36aac06eeb6 Mon Sep 17 00:00:00 2001 From: David Moxey Date: Sat, 27 Feb 2016 09:49:09 +0000 Subject: [PATCH] Modify contentious statement --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e715a8f0b..513fb27f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -123,7 +123,8 @@ below this would be fantastic. } ``` - **Don't use preprocessor directives and macros unless there is no viable - alternative.** The exception to this is header guards inside your `.h` files, + alternative.** +- However, please make sure you do have a header guard inside your `.h` files, which you should be sure to include in any headers you contribute. - Use one `.cpp` and `.h` file per C++ class, and try to keep `inline` header code to a minimum (unless performance is a major factor). -- GitLab