From e73f63dceda4f73f69b35ad336765cdedcbb7236 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 11 Oct 2022 23:01:09 +0100 Subject: [PATCH] CONTRIBUTING.md: mention that we have a changelog --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2113b6dd..736ef2a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,6 +10,9 @@ end will be warmly received. The plugin consists of a single file: `pyi.py`. Tests are run using `pytest`, and can be found in the `tests` folder. +PRs that make user-visible changes should generally add a short description of the change +to the `CHANGELOG.md` file in the repository root. + ## Tests and formatting