From 00a84d657afe0b0def3063757ef7b392eed3a706 Mon Sep 17 00:00:00 2001 From: Alice Cecile Date: Thu, 27 Mar 2025 17:20:33 -0400 Subject: [PATCH] Delete migration guide section from PR template (#18575) # Objective Due to the work outlined in #18441, we're no longer storing the migration guides on the PR description. ## Solution Delete the section of the PR template that suggests you do this. --- .github/pull_request_template.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 82446ac5b4..c1e5575a52 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -36,11 +36,3 @@ println!("My super cool code."); ``` - -## Migration Guide - -> This section is optional. If there are no breaking changes, you can delete this section. - -- If this PR is a breaking change (relative to the last release of Bevy), describe how a user might need to migrate their code to support these changes -- Simply adding new functionality is not a breaking change. -- Fixing behavior that was definitely a bug, rather than a questionable design choice is not a breaking change.