Skip to content

Commit c117a15

Browse files
Update CONTRIBUTING.md
1 parent 259d63c commit c117a15

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ To work with this repository, ensure you have:
2222

2323
Java 17 or higher
2424

25-
2625
### Platform Notes:
2726

2827
macOS/Linux: Ensure JAVA_HOME is set correctly.
@@ -35,7 +34,6 @@ Windows: Use WSL2 or ensure Gradle is installed and accessible.
3534
2. Clone locally
3635
3. Create a branch before working on an issue
3736

38-
3937
## Local Run/Build
4038

4139
In order to build and test this whole repository you need JDK 11+.
@@ -69,17 +67,6 @@ $ ./gradlew build
6967
$ ./gradlew integrationTest
7068
```
7169

72-
### Test Types:
73-
74-
- Unit Tests: Isolated component tests.
75-
76-
- Integration Tests: Validate interactions between modules.
77-
78-
- CI Checks: PRs must pass all tests and linting.
79-
80-
Failure? Check logs for errors or mismatched dependencies.
81-
82-
8370
## Contributing Rules
8471

8572
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.
@@ -95,6 +82,5 @@ Failure? Check logs for errors or mismatched dependencies.
9582
- All modules use `plugins { id("otel.java-conventions") }`
9683

9784
## Further Help
98-
Join [#otel-java](https://cloud-native.slack.com/archives/C014L2KCTE3) on OpenTelemetry Slack
99-
10085

86+
Join [#otel-java](https://cloud-native.slack.com/archives/C014L2KCTE3) on OpenTelemetry Slack

0 commit comments

Comments
 (0)