move CONTRIBUTING.md to make github community insights go green ugh

This commit is contained in:
nick black 2021-06-20 10:25:57 -04:00
parent 910fddc2f1
commit bb8bed687d
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -26,6 +26,6 @@ demo code).
## C standard
Notcurses targets the ISO C11 standard. This means you should avoid using
GNU C extensions as they might not work outside GCC/Clang. To verify your code
standard compliance on GCC and Clang you can complile with `-std=c11 -pedantic`
GNU C extensions as they might not work outside GCC/Clang. To verify your
standard compliance on GCC and Clang you can compile with `-std=c11 -pedantic`
command line arguments.