From eba18578aa6caf280cd0adf84d25c12b11545418 Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Mon, 5 May 2025 14:30:06 -0500 Subject: [PATCH] chore: syncing PR template --- .github/pull_request_template.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e47aef45c..f298bfe24 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -25,6 +25,10 @@ PR instructions for release notes: 2. In the next section, describe the changes so that an external user can understand them. Keep it simple and link to the docs with [Learn more ...](), if available. --> +## Pull Request Dependencies + + + ## External Release Notes @@ -44,7 +48,6 @@ PR instructions for release notes: - [ ] Breaking changes identified - [ ] Labels applied - [ ] PR linked to Shortcut -- [ ] PR title matches Shortcut ticket title - [ ] Screenshots/videos added (Frontend) - [ ] Unit tests added (Backend) - [ ] Tested locally