From 222b1688f0f7148011dd0d08a79486cbadb9a663 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 25 Aug 2017 11:13:14 -0100 Subject: [PATCH] PULL_REQUEST_TEMPLATE: make placeholders clearer The current wording seems to be confusing (cf. PR #1453), so hopefully with a more explicit placeholder notation, this won't trip other contributors. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 429113c8a..b7a780b5d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,6 +12,6 @@ - [ ] The page has 8 or fewer examples. - [ ] The PR is appropriately titled: - "command: add page" for new pages, or "command: description of changes" 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