Skip to content

Commit 1aaf345

Browse files
committed
59: Adding information on pull requests to CONTRIBUTING.md and linking from README.md
1 parent 4033658 commit 1aaf345

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
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/smtpapi-python/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.
@@ -173,3 +174,9 @@ Please run your code through:
173174
with a clear title and description against the `master` branch. All tests must be passing before we will review the PR.
174175

175176
If you have any additional questions, please feel free to [email](mailto:[email protected]) us or create an issue in this repo.
177+
178+
## Code Reviews<a name="code-reviews"></a>
179+
If you can, please look at open PRs and review them.
180+
Give feedback and help us merge these PRs much faster!
181+
If you don't know how, Github has some great
182+
[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
@@ -86,6 +86,7 @@ Quick links:
8686
- [Bug Reports](https://github.com/sendgrid/smtpapi-python/blob/master/CONTRIBUTING.md#submit-a-bug-report)
8787
- [Sign the CLA to Create a Pull Request](https://github.com/sendgrid/smtpapi-python/blob/master/CONTRIBUTING.md#cla)
8888
- [Improvements to the Codebase](https://github.com/sendgrid/smtpapi-python/blob/master/CONTRIBUTING.md#improvements-to-the-codebase)
89+
- [Review Pull Requests](https://github.com/sendgrid/smtpapi-python/issues/blob/master/CONTRIBUTING.md#code-reviews)
8990

9091
<a name="local_setup"></a>
9192

0 commit comments

Comments
 (0)