From 3705a53a7809fa7cafc9adfc9c141a55c71d8c0e Mon Sep 17 00:00:00 2001 From: James Newman Date: Thu, 17 Sep 2026 15:45:57 -0400 Subject: [PATCH] chore: remove repo-level PR template --- .github/PULL_REQUEST_TEMPLATE.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index f87ef8d7..00000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,13 +0,0 @@ -## Instructions -1. PR target branch should be against development -2. PR title name should follow this format: https://github.com/mParticle/mparticle-workflows/blob/stable/.github/workflows/pr-title-check.yml -3. PR branch prefix should follow this format: https://github.com/mParticle/mparticle-workflows/blob/stable/.github/workflows/pr-branch-check-name.yml - -## Summary -- {provide a thorough description of the changes} - -## Testing Plan -- {explain how this has been tested, and what additional testing should be done} - -## Reference Issue -- Closes https://go.mparticle.com/work/REPLACEME