Skip to content

Commit 9f2f55c

Browse files
derekneulandthinkingserious
authored andcommitted
Add Code Review to Contributing.md #59 (#60)
1 parent c2b92b6 commit 9f2f55c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

+5-1
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/csharp-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.
@@ -162,6 +163,9 @@ Generally, we follow the style guidelines as suggested by the official language.
162163
```
163164

164165
7. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
165-
with a clear title and description against the `development` branch. All tests must be passing before we will review the PR.
166+
with a clear title and description against the `master` branch. All tests must be passing before we will review the PR.
167+
168+
## Code Reviews<a name="code-reviews"></a>
169+
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>
166170

167171
If you have any additional questions, please feel free to [email](mailto:[email protected]) us or create an issue in this repo.

0 commit comments

Comments
 (0)