diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 53022dc8f..bc53f0c97 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,11 +4,10 @@ Please fill in the following checklist, removing items that do not apply. See also https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md --> -- [ ] The page (if new), does not already exist in the repository. -- [ ] The page is in the correct platform directory (`common/`, `linux/`, etc.) -- [ ] The page has 8 or fewer examples. -- [ ] The PR title conforms to the recommended [templates](/tldr-pages/tldr/blob/main/CONTRIBUTING.md#commit-message). -- [ ] The page follows the [content guidelines](/tldr-pages/tldr/blob/main/CONTRIBUTING.md#guidelines). -- [ ] The page description includes a link to documentation or a homepage (if applicable). +- **Version of the command being documented (if known):** -**Version of the command being documented (if known):** +- [ ] The page(s) are in the correct platform directories: `common`, `linux`, `osx`, `windows`, `sunos`, `android`, etc. +- [ ] The page(s) have at most 8 examples. +- [ ] The page description(s) have links to documentation or a homepage. +- [ ] The page(s) follow the [content guidelines](/tldr-pages/tldr/blob/main/CONTRIBUTING.md#guidelines). +- [ ] The PR title conforms to the recommended [templates](/tldr-pages/tldr/blob/main/CONTRIBUTING.md#commit-message).