mirror of
https://github.com/bevyengine/bevy.git
synced 2026-07-01 08:12:51 -04:00
b61a924fbe
# 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.
20 lines
579 B
Markdown
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.
|