From 37316478c070920ab14bbbe491e70994d6a29f15 Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Tue, 12 Nov 2024 12:03:27 -0800 Subject: [PATCH] Update pull_request_template.md with right changelog filename --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index dbb67e35f..0552e7c1a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,6 +20,6 @@ Ensure each step in the contributing guide is complete, especially the following - Add tests that demonstrate the correct behavior of the change. Tests should fail without the change. - Add or update relevant docs, in the docs folder and in code. -- Add an entry in CHANGES.rst summarizing the change and linking to the issue. +- Add an entry in changelog.rst summarizing the change and linking to the issue. - Add `.. versionchanged::` entries in any relevant code docs. -->