diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index afcc51e..64bbd95 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,6 +7,7 @@ Hello! Thank you for choosing to help contribute to one of the Twilio SendGrid o
- [Testing](#testing)
- [Style Guidelines & Naming Conventions](#style-guidelines-and-naming-conventions)
- [Creating a Pull Request](#creating-a-pull-request)
+- [Code Reviews](#code-reviews)
## Feature Request
@@ -155,3 +156,9 @@ Please run your code through:
7. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
with a clear title and description against the `development` branch. All tests must be passing before we will review the PR.
+
+## Code Reviews
+If you can, please look at open PRs and review them.
+Give feedback and help us merge these PRs much faster!
+If you don't know how, GitHub has some great
+[information on how to review a Pull Request](https://help.github.com/articles/about-pull-request-reviews/).
diff --git a/README.rst b/README.rst
index bc07001..515f954 100644
--- a/README.rst
+++ b/README.rst
@@ -85,6 +85,7 @@ Quick links:
- `Feature Request`_
- `Bug Reports`_
- `Improvements to the Codebase`_
+- `Review Pull Requests`_
Local Setup of the Project
==========================
@@ -117,6 +118,7 @@ License
.. _Feature Request: https://github.com/sendgrid/smtpapi-python/blob/HEAD/CONTRIBUTING.md#feature-request
.. _Bug Reports: https://github.com/sendgrid/smtpapi-python/blob/HEAD/CONTRIBUTING.md#submit-a-bug-report
.. _Improvements to the Codebase: https://github.com/sendgrid/smtpapi-python/blob/HEAD/CONTRIBUTING.md#improvements-to-the-codebase
+.. _Review Pull Requests: https://github.com/sendgrid/smtpapi-python/blob/HEAD/CONTRIBUTING.md#code-reviews)
.. _The MIT License (MIT): https://github.com/sendgrid/smtpapi-python/blob/HEAD/LICENSE.md
.. |Travis Badge| image:: https://travis-ci.org/sendgrid/smtpapi-python.svg?branch=main