Files
tldr/.github/PULL_REQUEST_TEMPLATE.md
Waldir Pimenta d367ea1c13 PULL_REQUEST_TEMPLATE.md: use more robust links
relative links may not work if the PR is created from a branch containing slashes in it.
2018-11-15 21:38:22 +00:00

10 lines
597 B
Markdown

<!-- Thank you for sending a PR! -->
<!-- Please perform the following checks and mark all the boxes accordingly. -->
<!-- You can remove the checklist items that don't apply to your PR. -->
- [ ] The page (if new), does not already exist in the repo.
- [ ] The page is in the correct platform folder (`common/`, `linux/`, etc.)
- [ ] The page has 8 or fewer examples.
- [ ] The PR title conforms to the recommended [templates](/tldr-pages/tldr/blob/master/CONTRIBUTING.md#commit-message).
- [ ] The page follows the [content guidelines](/tldr-pages/tldr/blob/master/CONTRIBUTING.md#guidelines).