From d1e65d896cf5d683de0cb6bdbff5989fa05ce788 Mon Sep 17 00:00:00 2001 From: pokeball99 Date: Sun, 7 Aug 2016 20:20:21 -0500 Subject: [PATCH] updated pull request template for proper wording (#733) i replaced "dot" with "period" --- pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull_request_template.md b/pull_request_template.md index 66e6c186..4310d8bb 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -17,5 +17,5 @@ - [ ] has a Table of Contents section named `Contents` as the first section, - [ ] has an [appropriate license](https://github.com/sindresorhus/awesome/blob/master/awesome.md#choose-an-appropriate-license) *(Meaning something like CC0, NOT a code licence like MIT, BSD, Apache, etc)*, - [ ] has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines), - - [ ] has been checked for inconsistent formatting, spelling, and grammar *(This includes starting each link description with an uppercase character and ending it with a dot, and consistent naming)*, + - [ ] has been checked for inconsistent formatting, spelling, and grammar *(This includes starting each link description with an uppercase character and ending it with a period `.`, and consistent naming)*, - [ ] has been added at the bottom of the appropriate category.