1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-12 14:53:56 +01:00

Mention changelog requirements in CONTRIBUTING

This commit is contained in:
einfachIrgendwer0815
2024-01-06 10:10:40 +01:00
parent 2086cd2668
commit 39f84eea81

View File

@@ -15,12 +15,12 @@ The top of the `CHANGELOG` contains a *"unreleased"* section with a few
subsections (Features, Bugfixes, …). Please add your entry to the subsection subsections (Features, Bugfixes, …). Please add your entry to the subsection
that best describes your change. that best describes your change.
Entries follow this format: Entries must follow this format:
``` ```
- Short description of what has been changed, see #123 (@user) - Short description of what has been changed, see #123 (@user)
``` ```
Here, `#123` is the number of the original issue and/or your pull request. Please replace `#123` with the number of your pull request (not issue) and
Please replace `@user` by your GitHub username. `@user` by your GitHub username.
## Development ## Development