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.
This commit is contained in:
Alice Cecile 2025-03-27 17:20:33 -04:00 committed by GitHub
parent 1ba9da0812
commit 00a84d657a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,11 +36,3 @@ println!("My super cool code.");
```
</details>
## 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.