diff options
| author | Maryam Yusuf <maryam.m.yusuf1802@gmail.com> | 2024-07-27 10:52:50 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-07-29 14:46:10 +0200 |
| commit | 9d10c7ab332bb21120fc88afaeb3a94805b0dc7c (patch) | |
| tree | 993600672ad71c7e9c8945814c98f2037571a16f /docs/internals/contributing | |
| parent | e3de574c1e60f644b817e5d938c2d0bd3e535f00 (diff) | |
Referenced joining the triage and review team as motivation to do PR reviews.
Diffstat (limited to 'docs/internals/contributing')
| -rw-r--r-- | docs/internals/contributing/writing-code/submitting-patches.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/internals/contributing/writing-code/submitting-patches.txt b/docs/internals/contributing/writing-code/submitting-patches.txt index 2d61c6235e..5f930dc16d 100644 --- a/docs/internals/contributing/writing-code/submitting-patches.txt +++ b/docs/internals/contributing/writing-code/submitting-patches.txt @@ -288,8 +288,11 @@ appropriate flags on the Trac ticket based on the results of your review: "Patch needs improvement", "Needs documentation", and/or "Needs tests". As time and interest permits, mergers do final reviews of "Ready for checkin" tickets and will either commit the changes or bump it back to "Accepted" if further -work needs to be done. If you're looking to become a merger, doing thorough -reviews of contributions is a great way to earn trust. +work needs to be done. + +If you're looking to become a member of the `triage & review team +<https://www.djangoproject.com/foundation/teams/#triage-review-team>`_, doing +thorough reviews of contributions is a great way to earn trust. Looking for a patch to review? Check out the "Patches needing review" section of the `Django Development Dashboard <https://dashboard.djangoproject.com/>`_. |
