2017-08-22 18:35:51 +01:00
|
|
|
----
|
2017-08-22 13:32:07 +01:00
|
|
|
<!-- Thank you for sending a PR! -->
|
|
|
|
<!-- Please perform the following checks and check all the boxes that apply. -->
|
2018-01-09 22:51:25 +00:00
|
|
|
<!-- If your PR does not create a command page,
|
|
|
|
you can remove the first two checklist items. -->
|
|
|
|
<!-- If your PR neither creates nor edits a command page (e.g. README edits, etc.)
|
2017-08-26 09:30:40 +01:00
|
|
|
you can simply remove the entire checklist. -->
|
2017-08-22 13:32:07 +01:00
|
|
|
|
|
|
|
- [ ] 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:
|
2018-01-09 22:53:43 +00:00
|
|
|
`<command name>: add page` for new pages, or `<command name>: <description of changes>` for pages being edited.
|
2017-08-22 13:32:07 +01:00
|
|
|
|
2018-01-09 22:53:43 +00:00
|
|
|
- [ ] The page follows the [contributing](https://github.com/tldr-pages/tldr/blob/master/CONTRIBUTING.md) guidelines.
|