From 8c7dee5c68f5dab89da68461793d77d7bcb2948d Mon Sep 17 00:00:00 2001 From: seleznevae Date: Sat, 14 Sep 2019 09:51:42 +0300 Subject: [PATCH] [A] Added contribution guidelines to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1171d96..0c8a56e 100644 --- a/README.md +++ b/README.md @@ -262,6 +262,12 @@ The following compilers are currently used in continuous integration at [Travis] Please note: - In case of clang on OS X before using **libfort** with ```wchar_t``` with real unicode symbols it may be necessary to set ```setlocale(LC_CTYPE, "");``` because otherwise standard function ```swprintf```, that libfort uses internally, may fail and ```ft_to_string``` will return error. + +## Contributing to libfort + +See the [contribution guidelines](https://github.com/seleznevae/libfort/blob/develop/CONTRIBUTING.md) for more information. + + ## License