forked from DataDog/dd-trace-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Contributing to dd-trace-cpp | ||
============================ | ||
Pull requests for bug fixes are welcome. | ||
|
||
Before submitting new features or changes to current functionality, [open an | ||
issue](https://github.com/DataDog/dd-trace-cpp/issues/new) 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: | ||
```shell | ||
$ bin/format | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters