From 9c105613e377751fad8e19fe98446c67a6411601 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 9 Jan 2018 22:51:25 +0000 Subject: [PATCH 1/2] PULL_REQUEST_TEMPLATE: simplify instructions It's easier (and nicer-looking) to just remove entries than to format them with strike-through. --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f138bc3465..dd26717776 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,9 @@ ---- - - + - [ ] The page (if new), does not already exist in the repo. From 19431ae05b496dcfb470a0c49f8e652c9e432b1e Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 9 Jan 2018 22:53:43 +0000 Subject: [PATCH 2/2] PULL_REQUEST_TEMPLATE: fix punctuation --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index dd26717776..b76809660b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,6 +14,6 @@ - [ ] The page has 8 or fewer examples. - [ ] The PR is appropriately titled: - `: add page` for new pages, or `: ` for pages being edited + `: add page` for new pages, or `: ` for pages being edited. -- [ ] The page follows the [contributing](https://github.com/tldr-pages/tldr/blob/master/CONTRIBUTING.md) guidelines +- [ ] The page follows the [contributing](https://github.com/tldr-pages/tldr/blob/master/CONTRIBUTING.md) guidelines.