Skip to content

Commit be0e533

Browse files
Merge pull request sendgrid#78 from Pawka/patch-1
Added Pull Requests Review section to CONTRIBUTE.md Closes sendgrid#76
2 parents f2dd8b0 + 3acd6c7 commit be0e533

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CONTRIBUTING.md

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Hello! Thank you for choosing to help contribute to one of the SendGrid open sou
99
- [Testing](#testing)
1010
- [Style Guidelines & Naming Conventions](#style-guidelines-and-naming-conventions)
1111
- [Creating a Pull Request](#creating-a-pull-request)
12+
- [Code Reviews](#code-reviews)
1213

1314
<a name="roadmap"></a>
1415
We use [Milestones](https://github.com./sendgrid/php-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.
@@ -193,4 +194,8 @@ Please run your code through:
193194
7. [Open a Pull Request](https://help.github.com./articles/using-pull-requests/)
194195
with a clear title and description against the `master` branch. All tests must be passing before we will review the PR.
195196

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

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ Quick links:
176176
- [Bug Reports](https://github.com./sendgrid/php-http-client/blob/master/CONTRIBUTING.md#submit-a-bug-report)
177177
- [Sign the CLA to Create a Pull Request](https://github.com./sendgrid/php-http-client/blob/master/CONTRIBUTING.md#cla)
178178
- [Improvements to the Codebase](https://github.com./sendgrid/php-http-client/blob/master/CONTRIBUTING.md#improvements-to-the-codebase)
179+
- [Review Pull Requests](https://github.com./sendgrid/php-http-client/blob/master/CONTRIBUTING.md#code-reviews)
179180

180181
<a name="thanks"></a>
181182
# Thanks

0 commit comments

Comments
 (0)