Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 521 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (14 loc) · 521 Bytes

Contributing to dd-trace-cpp

Pull requests for bug fixes are welcome.

Before submitting new features or changes to current functionality, open an issue and discuss your ideas or propose the changes you wish to make. After a resolution is reached, a PR can be submitted for review.

Code Style

C++ code is formatted using clang-format-14. Before submitting code changes, run the following command:

$ bin/format