From f094908f549151e604c92286e791816fae7d67fa Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Tue, 3 Sep 2019 11:19:27 +0200 Subject: contributing file --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CONTRIBUTING.md (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..d6211ffd --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# How to submit a Pull Request to AFLplusplus + +Each modified source file, before merging, must be formatted. + +``` +make code-formatter +``` + +This should be fine if you modified one of the file already present in the +project, otherwise run: + +``` +./.custom-format.py -i file-that-you-have-created.c +``` -- cgit 1.4.1