Skip to content

Commit 8b9e742

Browse files
committed
Define a user-visible change
- Add anchor for user-visible change
1 parent bccc59f commit 8b9e742

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CONTRIBUTING.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,13 @@ issues) when appropriate.
290290
Changelog
291291
---------
292292
293-
When opening a pull request with a user-visible change, you should write one changelog entry
294-
(or more in case of multiple independent changes) — the information will end up in
295-
our release notes.
293+
Anything that changes `cabal-install:exe:cabal` or changes exports from library
294+
modules or changes behaviour of functions exported from packages published to
295+
hackage is a <a id="user-visible-change">user-visible change</a>.
296+
297+
When opening a pull request with a user-visible change, you should write one
298+
changelog entry (or more in case of multiple independent changes) — the
299+
information will end up in our release notes.
296300
297301
Changelogs for the next release are stored in the `changelog.d` directory.
298302
The files follow a simple key-value format similar to the one for `.cabal` files.

0 commit comments

Comments
 (0)