Skip to content

Commit fca5bdd

Browse files
authored
Update PR template to check internal documentation update (#7752)
1 parent d19d54b commit fca5bdd

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/pull_request_template.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22

33
### Issue describing the changes in this PR
44

5-
resolves #issue_for_this_pr
5+
Resolves #issue_for_this_pr
66

77
### Pull request checklist
88

9-
* [ ] My changes **do not** require documentation changes
10-
* [ ] Otherwise: Documentation issue linked to PR
9+
* [ ] My changes **do not** require external documentation changes
10+
* [ ] Otherwise: Documentation issue linked to PR
11+
* [ ] My changes **do not** require internal documentation changes
12+
* [ ] Otherwise: Engineering hub documentation pull request or updated docs linked to PR
1113
* [ ] My changes **should not** be added to the release notes for the next release
12-
* [ ] Otherwise: I've added my notes to `release_notes.md`
14+
* [ ] Otherwise: I've added my notes to `release_notes.md`
1315
* [ ] My changes **do not** need to be backported to a previous version
14-
* [ ] Otherwise: Backport tracked by issue/PR #issue_or_pr
16+
* [ ] Otherwise: Backport tracked by issue/PR #issue_or_pr
1517
* [ ] I have added all required tests (Unit tests, E2E tests)
1618

1719
<!-- Optional: delete if not applicable -->

0 commit comments

Comments
 (0)