From f8effeda151ec4a8f57537815781de0775aea733 Mon Sep 17 00:00:00 2001 From: Lucy Liu Date: Wed, 3 Sep 2025 11:49:52 +1000 Subject: [PATCH] add note on single bullet --- doc/whats_new/upcoming_changes/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/whats_new/upcoming_changes/README.md b/doc/whats_new/upcoming_changes/README.md index 3524eebb0e339..86edb6bd00e74 100644 --- a/doc/whats_new/upcoming_changes/README.md +++ b/doc/whats_new/upcoming_changes/README.md @@ -22,7 +22,8 @@ This file needs to be added to the right folder like `sklearn.linear_model` or `sklearn.tree` depending on which part of scikit-learn your PR changes. There are also a few folders for some topics like `array-api`, `metadata-routing` or `security`. -In almost all cases, your fragment should be formatted as a bullet point. +In almost all cases, your fragment should be formatted as a **single** bullet point. +Note the aggregation software cannot handle more than one bullet point per entry. For example, `28268.feature.rst` would be added to the `sklearn.ensemble` folder with the following content::