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