1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-11 14:23:52 +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
that best describes your change.
Entries follow this format:
Entries must follow this format:
```
- 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 `@user` by your GitHub username.
Please replace `#123` with the number of your pull request (not issue) and
`@user` by your GitHub username.
## Development