flashlight is still under development; we appreciate any contributions.
We actively welcome your pull requests.
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update and build the documentation (to check correctness - don't submit built documentation).
- Ensure the test suite passes.
- Make sure your code lints and run
clang-format
given the provided configuration. - If you haven't already, complete the Contributor License Agreement ("CLA").
All contributors must sign the CLA for their pull requests to be eligible for merge. One only needs to do this once to contribute to any of Facebook's open source projects.
You can find the CLA here.
We use GitHub issues to track public bugs. When filing, a bug, please make sure your description is clear and include sufficient instructions to reproduce the issue (for instance, your OS, compiler version, and selected backend).
By contributing to flashlight, you agree that your contributions will be licensed under the LICENSE file in the root directory of this source tree.