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
+4-3
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Open a pull request against the main
74
74
repo.
75
75
76
76
> **Note**
77
-
> It is recommended to run [pre-commit script](precommit.sh) from the root of
77
+
> It is recommended to run [pre-commit script](scripts/precommit.sh) from the root of
78
78
the repo to catch any issues locally.
79
79
80
80
### How to Receive Comments
@@ -146,7 +146,7 @@ OpenTelemetry supports multiple ways to configure the API, SDK and other compone
146
146
- Environment variables
147
147
- Compiling time configurations provided in the source code
148
148
149
-
### Experimental/Unstable features:
149
+
### Experimental/Unstable features
150
150
151
151
Use `otel_unstable` feature flag for implementation of specification with [experimental](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.27.0/specification/document-status.md) status. This approach ensures clear demarcation and safe integration of new or evolving features. Utilize the following structure:
152
152
@@ -156,9 +156,10 @@ Use `otel_unstable` feature flag for implementation of specification with [exper
156
156
// Your feature implementation
157
157
}
158
158
```
159
+
159
160
It's important to regularly review and remove the `otel_unstable` flag from the code once the feature becomes stable. This cleanup process is crucial to maintain the overall code quality and to ensure that stable features are accurately reflected in the main build.
0 commit comments