From bb8bed687def116fe073e28d9f89c477593641be Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 20 Jun 2021 10:25:57 -0400 Subject: [PATCH] move CONTRIBUTING.md to make github community insights go green ugh --- doc/CONTRIBUTING.md => CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename doc/CONTRIBUTING.md => CONTRIBUTING.md (93%) diff --git a/doc/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 93% rename from doc/CONTRIBUTING.md rename to CONTRIBUTING.md index 801f416d0..c75d43ab5 100644 --- a/doc/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.