You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ To work with this repository, ensure you have:
22
22
23
23
Java 17 or higher
24
24
25
-
26
25
### Platform Notes:
27
26
28
27
macOS/Linux: Ensure JAVA_HOME is set correctly.
@@ -35,7 +34,6 @@ Windows: Use WSL2 or ensure Gradle is installed and accessible.
35
34
2. Clone locally
36
35
3. Create a branch before working on an issue
37
36
38
-
39
37
## Local Run/Build
40
38
41
39
In order to build and test this whole repository you need JDK 11+.
@@ -69,17 +67,6 @@ $ ./gradlew build
69
67
$ ./gradlew integrationTest
70
68
```
71
69
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
-
83
70
## Contributing Rules
84
71
85
72
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.
95
82
- All modules use `plugins { id("otel.java-conventions") }`
96
83
97
84
## Further Help
98
-
Join [#otel-java](https://cloud-native.slack.com/archives/C014L2KCTE3) on OpenTelemetry Slack
99
-
100
85
86
+
Join [#otel-java](https://cloud-native.slack.com/archives/C014L2KCTE3) on OpenTelemetry Slack
0 commit comments