From 15cf5d05a22dbd666440017069a8e2c64474a88a Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Tue, 22 Aug 2017 12:32:07 +0000 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md (#1434) --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..6bd40bdff --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ + + + + +- [ ] The page (if new), does not already exist in the repo. + +- [ ] The page (if new), has been added to the correct platform folder: + `common/` if it's common to all platforms, `linux/` if it's Linux-specific, and so on. + +- [ ] 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 + +- [ ] The page follows the [contributing](https://github.com/tldr-pages/tldr/blob/master/CONTRIBUTING.md) guidelines