Skip to content

Commit 40d073e

Browse files
authored
docs: Add Code Review to Contributing.md (#402)
1 parent b953701 commit 40d073e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Hello! Thank you for choosing to help contribute to one of the Twilio SendGrid o
1616
- [Testing](#testing)
1717
- [Style Guidelines & Naming Conventions](#style-guidelines--naming-conventions)
1818
- [Creating a Pull Request](#creating-a-pull-request)
19+
- [Code Reviews](#code-reviews)
1920

2021
<a name="roadmap"></a>
2122
We use [Milestones](https://github.com/sendgrid/sendgrid-java/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.
@@ -211,6 +212,9 @@ Please run your code through:
211212
```
212213

213214
7. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
214-
with a clear title and description against the `development` branch. All tests must be passing before we will review the PR.
215+
with a clear title and description against the `master` branch. All tests must be passing before we will review the PR.
216+
217+
## Code Reviews<a name="code-reviews"></a>
218+
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 <a href="https://help.github.com/articles/about-pull-request-reviews/">great information on how to review a Pull Request.</a>
215219

216220
If you have any additional questions, please feel free to [email](mailto:dx@sendgrid.com) us or create an issue in this repo.

0 commit comments

Comments
 (0)