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
+30-4Lines changed: 30 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -87,10 +87,6 @@ The `opentelemetry-js-contrib` project is written in TypeScript.
87
87
-`npm test` tests code the same way that our CI will test it.
88
88
-`npm run lint:fix` lint (and maybe fix) any changes.
89
89
90
-
### Generating API documentation
91
-
92
-
-`npm run docs` to generate API documentation. Generates the documentation in `packages/opentelemetry-api/docs/out`
93
-
94
90
### Generating CHANGELOG documentation
95
91
96
92
-`npm run changelog` to generate CHANGELOG documentation in your terminal (see [RELEASING.md](RELEASING.md) for more details).
@@ -117,6 +113,9 @@ A component may be **unreleased**, **experimental**, **beta**, **stable**, **unm
117
113
With the exception of the stable status, it is up to each individual [component owner](#component-ownership) to determine the status of a component.
118
114
A component may only be marked stable with the approval of a member of @open-telemetry/javascript-maintainers; see the definition of stable below for more details.
119
115
116
+
A Pull Request modifying components in any stage of the lifecycle is subject to the
This repo is generally meant for hosting components that work with popular open-source frameworks and tools. However, it is also possible to contribute components specific to a 3rd party vendor in this repo.
0 commit comments