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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,13 +187,15 @@ After adding the package, run `npm install` from the root of the project. This w
187
187
- No “changes requested” reviews.
188
188
- No unresolved conversations.
189
189
- 3 approvals, including the approvals of at least 2 maintainers
190
-
- A pull request opened by an approver may be merged with only 2 reviews.
190
+
- A pull request opened by an approver may be merged with only the 2 maintainer reviews.
191
191
- Small (simple typo, URL, update docs, or grammatical fix) or high-priority changes may be merged more quickly or with fewer reviewers at the discretion of the maintainers. This is typically indicated with the express label.
192
192
- For plugins, exporters, and propagators approval of the original code module author is preferred but not required.
193
193
- New or changed functionality is tested by unit tests.
194
194
- New or changed functionality is documented.
195
195
- Substantial changes should not be merged within 24 hours of opening in order to allow reviewers from all time zones to have a chance to review.
196
196
197
+
If all of the above requirements are met and there are no unresolved discussions, a pull request may be merged by either a maintainer or an approver.
198
+
197
199
### Generating API documentation
198
200
199
201
-`npm run docs` to generate API documentation. Generates the documentation in `packages/opentelemetry-api/docs/out`
*Find more about the approver role in [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#approver).*
0 commit comments