Skip to content

Commit 89df6f1

Browse files
committed
CONTRIBUTING: document minimum C version
Closes #653
1 parent 83e37b3 commit 89df6f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Make sure you only include relevant changes in your commit(s). In particular, don't re-format
44
whole source files as those indentation changes add a lot of unrelated changes to your commit.
55

6+
* The minimum supported C version is C90 with C++-style comments (GCC, MSVC and Clang support these).
7+
68
* Make your commits as [atomic as possible](https://www.freshconsulting.com/atomic-commits/).
79
* Fundamental question 1: what could we need to revert later?
810
* Fundamental question 2: what could we need to cherry-pick?

0 commit comments

Comments
 (0)