Skip to content

Commit 983546a

Browse files
Update CONTRIBUTING.md
1 parent e9691e3 commit 983546a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,18 @@ Before submitting new features or changes to current functionality, it is recomm
1010
[open an issue](https://github.com/open-telemetry/opentelemetry-java-contrib/issues/new)
1111
and discuss your ideas or propose the changes you wish to make.
1212

13-
-Questions? Ask in the OpenTelemetry [java channel](https://cloud-native.slack.com/archives/C014L2KCTE3)
13+
Questions? Ask in the OpenTelemetry [java channel](https://cloud-native.slack.com/archives/C014L2KCTE3)
1414

1515
Pull requests for bug fixes are always welcome!
1616

1717
## Pre-requisites
1818

1919
To work with this repository, ensure you have:
2020

21-
Tools:
21+
### Tools:
2222

23-
-JDK 11+
23+
Java 17 or higher
2424

25-
-Java 17 or higher
26-
27-
-Gradle 7+
28-
29-
-Git
3025

3126
### Platform Notes:
3227

@@ -87,7 +82,11 @@ Failure? Check logs for errors or mismatched dependencies.
8782

8883
## Contributing Rules
8984

90-
Style Guide: Follow the Java Instrumentation Style Guide.
85+
Follow the Java Instrumentation [Style Guide](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/contributing/style-guideline.md) from the opentelemetry-java-instrumentation repository.
86+
87+
Failure? Check logs for errors or mismatched dependencies.
88+
89+
9190

9291
### Gradle conventions
9392

0 commit comments

Comments
 (0)