From 27aa09cae6f879ee364fc2f3b3c2c5f89ac8b1b7 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Fri, 1 Sep 2023 09:23:18 -0400 Subject: [PATCH] prompt for related PRs on backend, especially dependencies When doing code review, it's helpful to know if the PR depends on new backend functionality. Let's at least prompt for the related PR, if any. --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 05f6152c..4e8597e3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,6 +4,10 @@ - Closes # +## Related Dataverse PRs: + +- Depends on # + ## Special notes for your reviewer: ## Suggestions on how to test this: