From a68382130c1393a52daafa3c0a19801df045b44a Mon Sep 17 00:00:00 2001 From: Antoine Stevan <44101798+amtoine@users.noreply.github.com> Date: Sat, 14 Oct 2023 09:39:24 +0200 Subject: [PATCH] enhance release note PR template (#618) in this PR i propose - to add a note about the use of a "breaking change" banner when detailing a breaking change in it's own section :point_right: see the [*Pythonesque operators removal* section of 0.85](https://www.nushell.sh/blog/2023-09-19-nushell_0_85_0.html#pythonesque-operators-removal) - because we have had these sections for a few releases now, add "hall of fame" and "changed to commands" sections --- make_release/release-note/template.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/make_release/release-note/template.md b/make_release/release-note/template.md index dabdcf1..d170fdc 100644 --- a/make_release/release-note/template.md +++ b/make_release/release-note/template.md @@ -23,11 +23,29 @@ NOTE: The optional dataframe functionality is available by `cargo install nu --f As part of this release, we also publish a set of optional plugins you can install and use with Nu. To install, use `cargo install nu_plugin_`. # Themes of this release / New features + + +## Hall of fame +### Bug fixes +### Enhancing the documentation + +## Our set of commands is evolving +### New commands +### Changes to existing commands +### Deprecated commands +### Removed commands # Breaking changes - # Full changelog -