From cab786ad8eb93bfa8ec05132a39f3796789f3413 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 9 Jul 2016 17:02:15 +0200 Subject: [PATCH] pull request template - change TOC name --- 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 a184cb72..f60b5e45 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -13,7 +13,7 @@ - [ ] is not a duplicate, - [ ] only has awesome items with descriptions *(Awesome lists are curations of the best, not of everything)*, - [ ] contains the [awesome badge](https://github.com/sindresorhus/awesome/blob/master/awesome.md#awesome-badge) on the right side of the list heading, - - [ ] has a `Table of Contents` as the first section, + - [ ] 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)*,