From ee0e741d55afe303fc730a898075adfdc074cba8 Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Fri, 12 Apr 2019 11:35:10 +0200
Subject: [PATCH] added point about type names in template definitions

---
 CONTRIBUTING.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3a62bf552..b0371899d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -53,7 +53,8 @@ While `clang-format` does the structural formatting, we still need to agree on n
   - Any class getter begins with "Get", and setter with "Set". Logical getters start with "Is" or "Has".
   - enums should be "enum class" 
   - Function parameter names start with "v"
-  - Normal variable names in code start non-capital, and they cannot start with a "prefixed" v, f, fg, or g character
+  - types in template definitions start with "T"
+  - Normal variable names in code start non-capital, and they cannot start with a "prefixed" v, T, f, fg, or g character
 
   - We use namespaces to avoid clashes and to structure code
     - *Everything* is part of the corsika namespace
-- 
GitLab