mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 22:26:00 +02:00
PULL_REQUEST_TEMPLATE: simplify instructions (#1874)
This commit is contained in:
commit
c5975d55a9
1 changed files with 5 additions and 5 deletions
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,9 +1,9 @@
|
|||
----
|
||||
<!-- 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~~. -->
|
||||
<!-- If your PR does not create or edit a command page (e.g. README edits, etc.)
|
||||
<!-- 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.)
|
||||
you can simply remove the entire checklist. -->
|
||||
|
||||
- [ ] The page (if new), does not already exist in the repo.
|
||||
|
@ -14,6 +14,6 @@
|
|||
- [ ] The page has 8 or fewer examples.
|
||||
|
||||
- [ ] The PR is appropriately titled:
|
||||
`<command name>: add page` for new pages, or `<command name>: <description of changes>` for pages being edited
|
||||
`<command name>: add page` for new pages, or `<command name>: <description of changes>` for pages being edited.
|
||||
|
||||
- [ ] The page follows the [contributing](https://github.com/tldr-pages/tldr/blob/master/CONTRIBUTING.md) guidelines
|
||||
- [ ] The page follows the [contributing](https://github.com/tldr-pages/tldr/blob/master/CONTRIBUTING.md) guidelines.
|
||||
|
|
Loading…
Add table
Reference in a new issue