From 8bbb02c8099580bdc960e0a4a715d6b805574fe3 Mon Sep 17 00:00:00 2001 From: Adaura <96668470+sprngbk@users.noreply.github.com> Date: Tue, 8 Nov 2022 16:26:25 +1100 Subject: [PATCH] Add docs update checklist item to PR template (#203) * Add docs update checklist item to PR template * Update pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6eb9ddc9..e1f0651a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,3 +8,8 @@ # Things worth calling out + +# After submitting +- [ ] ***For Immutable developers:*** Do the changes in this PR require documentation updates? Please refer to this [SDK documentation guide](https://immutable.atlassian.net/wiki/spaces/PPS/pages/1916994017/SDK+documentation+guide) and list links to documentation update PRs (they don't have to be merged) below (or write `N/A`): + - [ ] *Add documentation update 1* + - [ ] *Add documentation update 2*