Skip to content

Commit 47ee8a4

Browse files
committed
include code reviews section
1 parent 48627ec commit 47ee8a4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Hello! Thank you for choosing to help contribute to one of the SendGrid open sou
1010
- [Testing Multiple Versions of Python](#testing-multiple-versions-of-python)
1111
- [Style Guidelines & Naming Conventions](#style-guidelines-and-naming-conventions)
1212
- [Creating a Pull Request](#creating-a-pull-request)
13+
- [Code Reviews](#code-reviews)
1314

1415
<a name="roadmap"></a>
1516
We use [Milestones](https://github.com/sendgrid/python-http-client/milestones) to help define current roadmaps, please feel free to grab an issue from the current milestone. Please indicate that you have begun work on it to avoid collisions. Once a PR is made, community review, comments, suggestions and additional PRs are welcomed and encouraged.
@@ -225,3 +226,7 @@ Please run your code through:
225226
with a clear title and description against the `master` branch. All tests must be passing before we will review the PR.
226227

227228
If you have any additional questions, please feel free to [email](mailto:[email protected]) us or create an issue in this repo.
229+
230+
<a name="code-reviews"></a>
231+
## Code Reviews
232+
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/).

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Quick links:
100100
- [Bug Reports](https://github.com/sendgrid/python-http-client/blob/master/CONTRIBUTING.md#submit-a-bug-report)
101101
- [Sign the CLA to Create a Pull Request](https://github.com/sendgrid/python-http-client/blob/master/CONTRIBUTING.md#cla)
102102
- [Improvements to the Codebase](https://github.com/sendgrid/python-http-client/blob/master/CONTRIBUTING.md#improvements-to-the-codebase)
103+
- [Review Pull Requests](https://github.com/sendgrid/python-http-client/blob/master/CONTRIBUTING.md#code-reviews)
103104

104105
<a name="local_setup"></a>
105106

0 commit comments

Comments
 (0)