Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 777 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 777 Bytes

Contribution Guidelines

Contributor License Agreement

We require contributors to sign our Contributor License Agreement. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you have any questions, please drop us a line at [email protected]. Thanks!

Submitting Pull Requests

  • Please make sure Infer builds: make -C infer clean <target>. Refer to the installation document for details.

  • If relevant, add a test for your change. Tests are located at infer/tests/codetoanalyze/ and infer/tests/{endtoend,frontend}/. To run the all tests, execute ./scripts/test.sh.

Hacking

  • Be aware that the build system implicitly opens the Utils module.