From 2262ae2542a2850dc5d4457dfe4474d339fe8df8 Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Tue, 27 Jan 2026 12:49:50 +0100 Subject: [PATCH] PR template: add a concrete release notes example (#17721) Signed-off-by: Arve Knudsen --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ec4eef8dae..7873822f26 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -28,6 +28,7 @@ If no, just write "NONE" in the release-notes block below. Otherwise, please describe what should be mentioned in the CHANGELOG. Use the following prefixes: [FEATURE] [ENHANCEMENT] [PERF] [BUGFIX] [SECURITY] [CHANGE] Refer to the existing CHANGELOG for inspiration: https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md +A concrete example may look as follows (be sure to leave out the surrounding quotes): "[FEATURE] API: Add /api/v1/features for clients to understand which features are supported". If you need help formulating your entries, consult the reviewer(s). --> ```release-notes