Inlcude doc in PR checklist (#7195)

* Add doc item to checklist.

* Update PULL_REQUEST_TEMPLATE.md
This commit is contained in:
matham 2020-11-01 16:23:16 -05:00 committed by GitHub
parent 73143b5d6e
commit f3311256cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,9 @@ Below are items maintainers should consider when merging the PR. Feel free to su
-->
Maintainer merge checklist
* [ ] Title is descriptive/clear for inclusion in release notes.
* [ ] Applied a `unit@` label.
* [ ] Applied a `Component: xxx` label.
* [ ] Applied the `api-deprecation` or `api-break` label.
* [ ] Applied the `release-highlight` to be highlighted in release notes.
* [ ] Applied the `release-highlight` label to be highlighted in release notes.
* [ ] Added to the milestone version it was merged into.
* [ ] **Unittests** are included in PR.
* [ ] Properly documented, including `versionadded`, `versionchanged` as needed.