summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjvoisin2017-09-25 11:04:23 +0200
committerjvoisin2017-09-25 11:04:23 +0200
commit4a75a65b099d66bde536beca071d32502653a19f (patch)
tree8cb1428a65ae4edea7be8acc2e6db13033103066 /README.md
parent2bf5b8d082447979ed835fbf00a64ac1f01b2fe5 (diff)
Add some data about how to contribute
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index f516dfc..fcb336f 100644
--- a/README.md
+++ b/README.md
@@ -13,10 +13,4 @@ classes, and also providing a powerful virtual-patching system, allowing
13administrator to fix specific vulnerabilities and audit suspicious behaviours 13administrator to fix specific vulnerabilities and audit suspicious behaviours
14without having to touch the PHP code. 14without having to touch the PHP code.
15 15
16You can read its documentation [here](https://snuffleupagus.readthedocs.io/). 16You can read its documentation [here](https://snuffleupagus.readthedocs.io/). \ No newline at end of file
17
18# Code style
19
20We're using [clang-format](http://clang.llvm.org/docs/ClangFormat.html) to
21ensure a consistent code-style. Please run it with `clang-format -style=google`
22before committing, or even better, use a [pre-commit hook](https://github.com/andrewseidl/githook-clang-format)