We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e37b3 commit 89df6f1Copy full SHA for 89df6f1
1 file changed
CONTRIBUTING.md
@@ -3,6 +3,8 @@
3
* Make sure you only include relevant changes in your commit(s). In particular, don't re-format
4
whole source files as those indentation changes add a lot of unrelated changes to your commit.
5
6
+* The minimum supported C version is C90 with C++-style comments (GCC, MSVC and Clang support these).
7
+
8
* Make your commits as [atomic as possible](https://www.freshconsulting.com/atomic-commits/).
9
* Fundamental question 1: what could we need to revert later?
10
* Fundamental question 2: what could we need to cherry-pick?
0 commit comments