From f2e81b8e4b714f538df8e212f2004f0659767913 Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Sun, 1 Mar 2020 12:50:52 +0000 Subject: [PATCH] Clarify direct commit policy in manual. Signed-off-by: Rafael Kitover --- DEVELOPER-MANUAL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DEVELOPER-MANUAL.md b/DEVELOPER-MANUAL.md index d32c93e2..0f95a81b 100644 --- a/DEVELOPER-MANUAL.md +++ b/DEVELOPER-MANUAL.md @@ -113,7 +113,8 @@ history clean: - Push code changes to a branch first, so they can run through the CI. Differences in what different compilers allow is a problem that comes up - **VERY** frequently. + **VERY** frequently. As well as incompatibilities between different + configurations for both the C++ code and any supporting code. ### Windows Native Development Environment Setup