From f7626c747252415d6ff72c77d26e22746ff767a3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 22 Mar 2026 07:57:47 +0530 Subject: [PATCH] Update copilot instructions --- .github/copilot-instructions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 40e939bc3..c9812774d 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -30,3 +30,6 @@ code. leading `test_` for Python tests and without the leading `Test` for Go tests. - 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.