Skip to content

Commit a5184dc

Browse files
authored
Add statement encouraging contributors to review PRs (#3686)
* Add statement encouraging contributors to review PRs * Update CONTRIBUTING.md
1 parent 74536f1 commit a5184dc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,15 +206,18 @@ Open a pull request against the main `opentelemetry-python-contrib` repo.
206206

207207
### How to Get PRs Reviewed
208208

209-
The maintainers and approvers of this repo are not experts in every instrumentation there is here.
210-
In fact each one of us knows enough about them to only review a few. Unfortunately it can be hard
209+
The maintainers and approvers of this repository are not experts in every instrumentation there is here.
210+
In fact, each one of us knows enough about them to only review a few. Unfortunately, it can be hard
211211
to find enough experts in every instrumentation to quickly review every instrumentation PR. The
212212
instrumentation experts are listed in `.github/component_owners.yml` with their corresponding files
213213
or directories that they own. The owners listed there will be notified when PRs that modify their
214214
files are opened.
215215

216216
If you are not getting reviews, please contact the respective owners directly.
217217

218+
> [!TIP]
219+
> Even if you’re new here, your review counts —and it’s valuable to the project. Feel free to jump into any open PR: check the docs, run the tests, ask questions, or give a +1 when things look good. The OpenTelemetry-Python community is intentionally flexible: anyone can review PRs and help them get merged. Every comment moves the project forward, so don’t hesitate if you have expertise to review a PR.
220+
218221
### How to Get PRs Merged
219222

220223
A PR is considered to be **ready to merge** when:

0 commit comments

Comments
 (0)