Skip to content

Commit 4d10515

Browse files
author
Sam Harrison
committed
Merge branch 'omegamendes-issue-82'
2 parents ef54a97 + 433224c commit 4d10515

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Hello! Thank you for choosing to help contribute to one of the SendGrid open sou
77
- [Testing](#testing)
88
- [Style Guidelines & Naming Conventions](#style-guidelines-and-naming-conventions)
99
- [Creating a Pull Request](#creating-a-pull-request)
10+
- [Code Reviews](#code-reviews)
1011

1112
We use [Milestones](https://github.com/sendgrid/java-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.
1213

@@ -178,3 +179,6 @@ Please run your code through:
178179

179180
7. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
180181
with a clear title and description against the `master` branch. All tests must be passing before we will review the PR.
182+
183+
## Code Reviews
184+
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: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are looking for the SendGrid API client library, please see [this repo](h
2323

2424
<a name="announcements"></a>
2525
# Announcements
26-
All updates to this project is documented in our [CHANGELOG](https://github.com/sendgrid/java-http-client/blob/master/CHANGELOG.md).
26+
All updates to this project are documented in our [CHANGELOG](https://github.com/sendgrid/java-http-client/blob/master/CHANGELOG.md).
2727

2828
<a name="installation"></a>
2929
# Installation
@@ -157,9 +157,10 @@ We encourage contribution to our projects please see our [CONTRIBUTING](https://
157157

158158
Quick links:
159159

160-
- [Feature Request](https://github.com/sendgrid/java-http-client/blob/master/CONTRIBUTING.md#feature-request)
161-
- [Bug Reports](https://github.com/sendgrid/java-http-client/blob/master/CONTRIBUTING.md#submit-a-bug-report)
162-
- [Improvements to the Codebase](https://github.com/sendgrid/java-http-client/blob/master/CONTRIBUTING.md#improvements-to-the-codebase)
160+
- [Feature Request](CONTRIBUTING.md#feature-request)
161+
- [Bug Reports](CONTRIBUTING.md#submit-a-bug-report)
162+
- [Improvements to the Codebase](CONTRIBUTING.md#improvements-to-the-codebase)
163+
- [Review Pull Requests](CONTRIBUTING.md#Code-Reviews)
163164

164165
<a name="about"></a>
165166
# About

0 commit comments

Comments
 (0)