From 80abffc0582f55643a1d9a6d9c58eefe74d5c9e0 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 16 Sep 2021 09:41:51 +0200 Subject: [PATCH] docs: contributing guide updated --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 36b1f1d2..ac93c7ec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,5 +25,7 @@ Until then, please code alike what is there already: ## Backward Compatibility -Before submission, please remember to check if the code compiles fine on all the supported compilers -(gcc-10 and Visual Studio 16 so far). +Before submission, please remember to check if the code compiles fine on the supported compilers. +The CI will check it anyway but it is good to check at least some of the configurations before pushing changes. +Especially older compilers can be tricky as those do not support all the C++20 features well enough. The official +list of supported compilers can be always found on our [Usage page](https://mpusz.github.io/units/usage.html).