From 2a043bcd66f51e79365e469aa1cd1e24c922be72 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Fri, 11 Dec 2020 10:20:43 +0000 Subject: [PATCH] contributing standards correction Signed-off-by: Ivailo Monev --- CONTRIBUTING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING b/CONTRIBUTING index bebe3dca3..7e83bb642 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -20,7 +20,7 @@ there if neccessary once it is accepted, ask for write access if you cannot edit pages on the wiki. ## Standards -All standard requirements besides C++11 compatible runtime and compiler are +All standard requirements besides C++11 compatible runtime and compiler should be checked for during build if they are newer than POSIX.1c (https://en.wikipedia.org/wiki/POSIX). Read any documentation that may be relevant to the changes you make such as manual pages for Linux