From 6206d0b1df0e9e8c5405c82fe0c297ef3b50507a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 6 Apr 2026 11:30:44 +0530 Subject: [PATCH] Update changelog entry generation instructions --- .github/copilot-instructions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 76615b2c9..22020b31d 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -30,4 +30,5 @@ code. ## PR guidance When creating a pull request, add an entry in the file docs/changelog.rst -describing the change. +describing the change, if it is a user visible change. For internal changes, do +not add a changelog entry.