Files
bevy/_release-content/release_notes_template.md
Miles Silberling-Cook b61a924fbe Make release content show up first in reviews (#23469)
# Objective

Make release notes and migration guides show up first when viewing PRs
in github.

## Solution

Prefix the release-content directory with `_` so it sorts first.

## Testing

See for yourself.
2026-03-22 21:29:51 +00:00

20 lines
579 B
Markdown

---
title: Feature name
authors: ["@FerrisTheCrab", "@BirdObsessed"]
pull_requests: [14791, 15458, 15269]
---
Copy the contents of this file into `./release-notes`, update the metadata, and add release note content here.
## Goals
Answer the following:
- What has been changed or added?
- Why is this a big deal for users?
- How can they use it?
## Style Guide
You may use markdown headings levels two and three, and must not start with a heading. Prose is appreciated, but bullet points are acceptable. Copying the introduction from your PR is often a good place to start.