Update Contribution guidelines and PR template (#2575)
This commit is contained in:

committed by
Owen Voke

parent
f8c184402b
commit
c2fc8203ae
20
.github/PULL_REQUEST_TEMPLATE.md
vendored
20
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,19 +1,9 @@
|
||||
----
|
||||
<!-- Thank you for sending a PR! -->
|
||||
<!-- Please perform the following checks and check all the boxes that apply. -->
|
||||
<!-- 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. -->
|
||||
<!-- 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 (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 is in the correct platform folder (`common/`, `linux/`, etc.)
|
||||
- [ ] 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.
|
||||
|
||||
- [ ] The page follows the [contributing](https://github.com/tldr-pages/tldr/blob/master/CONTRIBUTING.md) guidelines.
|
||||
- [ ] The PR title conforms to the recommended [templates](../blob/master/CONTRIBUTING.md#commit-message).
|
||||
- [ ] The page follows the [content guidelines](../blob/master/CONTRIBUTING.md#guidelines).
|
||||
|
Reference in New Issue
Block a user