Skip to content

Commit 2524dba

Browse files
Update CONTRIBUTING.md
1 parent 5bc053e commit 2524dba

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ on how to become a
1818
and
1919
[**Maintainer**](https://github.com/open-telemetry/community/blob/main/community-membership.md#maintainer).
2020

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+
2133
## Development
2234

2335
OpenTelemetry C++ uses the [Google naming

0 commit comments

Comments
 (0)