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 e6507e3 commit fdd252cCopy full SHA for fdd252c
CONTRIBUTING.md
@@ -0,0 +1,24 @@
1
+# Contributing
2
+
3
+Welcome to the OpenTelemetry Semantic Convention Java repository!
4
5
+## Building
6
7
+Java 17 or higher is required to build the projects in this repository
8
+(the built artifacts can be used on Java 8 or higher).
9
+To check your Java version, run:
10
11
+```bash
12
+java -version
13
+```
14
15
+To build the project, run:
16
17
18
+./gradlew assemble
19
20
21
+## Style guide
22
23
+This repository follows the OpenTelemetry Java
24
+repository's [style guide](https://github.com/open-telemetry/opentelemetry-java/blob/main/CONTRIBUTING.md#style-guideline).
0 commit comments