Skip to content

Commit fdd252c

Browse files
authored
Add CONTRIBUTING.md (#154)
* Add CONTRIBUTING.md * update * update
1 parent e6507e3 commit fdd252c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CONTRIBUTING.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```bash
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

Comments
 (0)