Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 299 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 299 Bytes

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