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 af8dcff commit 4f81aadCopy full SHA for 4f81aad
CONTRIBUTING.md
@@ -0,0 +1,25 @@
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
+See
24
+the [Style guide](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/contributing/style-guideline.md)
25
+from the opentelemetry-java-instrumentation repository.
0 commit comments