Skip to content

Commit 641c6ec

Browse files
docs: Grammerly checks on *.md files (#101)
* adding code review section under contributing.md * add grammerly checks on *.md files * Update first-timers.md
1 parent eee424a commit 641c6ec

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CONTRIBUTING.md

Lines changed: 6 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/ruby-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.
@@ -190,3 +191,8 @@ Please run your code through:
190191
with a clear title and description against the `development` branch. All tests must be passing before we will review the PR.
191192

192193
If you have any additional questions, please feel free to [email](mailto:[email protected]) us or create an issue in this repo.
194+
195+
<a name="code-reviews"></a>
196+
## Code Reviews
197+
198+
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 <a href="https://help.github.com/articles/about-pull-request-reviews/">information on how to review a Pull Request.</a>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Quick links:
103103
- [Bug Reports](https://github.com/sendgrid/ruby-http-client/blob/master/CONTRIBUTING.md#submit-a-bug-report)
104104
- [Sign the CLA to Create a Pull Request](https://github.com/sendgrid/ruby-http-client/blob/master/CONTRIBUTING.md)
105105
- [Improvements to the Codebase](https://github.com/sendgrid/ruby-http-client/blob/master/CONTRIBUTING.md#improvements-to-the-codebase)
106+
- [Review Pull Requests](https://github.com/sendgrid/ruby-http-client/blob/master/CONTRIBUTING.md#code-reviews)
106107

107108
<a name="about"></a>
108109
# About

first-timers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ We label our issues according to their difficulty level. You can find easy ones
3535
git pull upstream <dev-branch>
3636
```
3737

38-
3. Create a new topic branch (off the main project development branch) to
38+
3. Create a new topic branch (off of the main project development branch) to
3939
contain your feature, change, or fix:
4040

4141
```bash

0 commit comments

Comments
 (0)