Clarify direct commit policy in manual.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2020-03-01 12:50:52 +00:00
parent 513af13ddc
commit f2e81b8e4b
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 2 additions and 1 deletions

View File

@ -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