about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-03 11:19:27 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-03 11:19:27 +0200
commitf094908f549151e604c92286e791816fae7d67fa (patch)
treeaafbc94a24d4977cd10d3ea81a418e982cc07958
parentf3617bd83bcf4de3b10866faca4b83f566ee0e8f (diff)
downloadafl++-f094908f549151e604c92286e791816fae7d67fa.tar.gz
contributing file
-rw-r--r--CONTRIBUTING.md14
1 files changed, 14 insertions, 0 deletions
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
+```