Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.34 KB

getting-involved.md

File metadata and controls

33 lines (20 loc) · 1.34 KB
layout title subtitle slug lead
default
Getting Involved
KLEE Developer Policy and Guide
getting-involved
If you are interested in contributing to KLEE, here is some relevant information.

License and Copyright

KLEE is made available under the liberal UIUC open source license. All contributors to the KLEE codebase agree to release their contributions under this license.

The copyright for the code is held by the individual contributors of the code under the terms of KLEE's license.

Mailing Lists

Currently the main list for KLEE discussion (both for users and developers) is klee-dev.

Commit messages to the KLEE repository go to klee-commits.

Bug Reports

If you find a bug in KLEE, please fill a bug report on GitHub. You might also want to report it on klee-dev.

Working with the Code

You should first check KLEE's developer's guide.

Developer documentation is written in Doxygen.

Many parts of KLEE rely on the LLVM infrastructure, so you might also want to look at LLVM's General Programming Documentation.