mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
Create PULL_REQUEST_TEMPLATE.md (#1434)
This commit is contained in:
parent
024b2107ae
commit
15cf5d05a2
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<!-- Thank you for sending a PR! -->
|
||||
<!-- Please perform the following checks and check all the boxes that apply. -->
|
||||
<!-- If a particular point is not applicable to your PR,
|
||||
strike-through the line by wrapping the text in ~~double tildes~~. -->
|
||||
|
||||
- [ ] 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
|
Loading…
Reference in New Issue
Block a user