From 92a44e7b2a9e07778bc6b262ad29bb674b217f6d Mon Sep 17 00:00:00 2001 From: Jerry Fu <2072627+jfoo1984@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:27:02 -0800 Subject: [PATCH] docs: Add dependencies section to PR template --- pull_request_template.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pull_request_template.md b/pull_request_template.md index 30181bae..6d0253cd 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,4 +1,4 @@ -# Pull Request +# CZ ID graphQL federation server pull request ## JIRA Ticket @@ -19,3 +19,8 @@ * *Server-side code should have automated tests* * *Client-side code and scripts should have at least a manual test plan* + +## Dependencies + +*Link any pull request(s) (including ones in other repos) that this PR is dependent on* +*If there are dependencies, DO NOT MERGE the PR until the dependencies are verified to be working and will be available in production before this PR is deployed.*