From e8e227aa42bba79c17d92a2df88e3dcfaa250f72 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 6 Apr 2026 11:35:45 +0530 Subject: [PATCH] ... --- .github/copilot-instructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 22020b31d..09724dd66 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -29,6 +29,6 @@ code. - Do not use go test or ./setup.py test to run tests ## PR guidance -When creating a pull request, add an entry in the file docs/changelog.rst -describing the change, if it is a user visible change. For internal changes, do -not add a changelog entry. +When creating a pull request, if the changes in the pull request are user +visible compared to the previous kitty release, add an entry in the file docs/changelog.rst +describing the change.