From 7aef8deb835ad1633408b17547e3938c5b9123cc Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Sun, 28 Apr 2024 14:36:06 -0400 Subject: [PATCH] Add anchor for user-visible change --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d22220a792f..f0a67e4f825 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -292,7 +292,7 @@ Changelog Anything that changes `cabal-install:exe:cabal` or changes exports from library modules or changes behaviour of functions exported from packages published to -hackage is a user-visible change. +hackage is a user-visible change. When opening a pull request with a user-visible change, you should write one changelog entry (or more in case of multiple independent changes) — the