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:
parent
1ba9da0812
commit
00a84d657a
8
.github/pull_request_template.md
vendored
8
.github/pull_request_template.md
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user