We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc053e commit 2524dbaCopy full SHA for 2524dba
CONTRIBUTING.md
@@ -18,6 +18,18 @@ on how to become a
18
and
19
[**Maintainer**](https://github.com/open-telemetry/community/blob/main/community-membership.md#maintainer).
20
21
+
22
+## Prerequisites
23
24
+Before contributing, ensure you have the following tools installed:
25
26
+- **C++ Compiler** (GCC 5+ or Clang 3.4+)
27
+- **CMake** (version 3.12+)
28
+- **Bazel** (version 7.1.1 for building examples)
29
+- **clang-format** (version 10.0)
30
+- **Docker** (for DevContainer setup)
31
32
33
## Development
34
35
OpenTelemetry C++ uses the [Google naming
0 commit comments