mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-16 07:40:36 +01:00
More detailed description for CHANGELOG section
This commit is contained in:
parent
47ea99090f
commit
2889e017cd
@ -1,13 +1,23 @@
|
|||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
### Add an entry to the changelog
|
Thank you for considering to contribute to `bat`!
|
||||||
|
|
||||||
Please don't forget to update [CHANGELOG.md](CHANGELOG.md) and describe your changes (in the "unreleased" section), this makes the release of a new `bat` version much easier.
|
|
||||||
|
|
||||||
Each entry should follow the following format:
|
|
||||||
|
## Add an entry to the changelog
|
||||||
|
|
||||||
|
If your contribution changes the behavior of `bat` (as opposed to a typo-fix
|
||||||
|
in the documentation), please update the [`CHANGELOG.md`](CHANGELOG.md) file
|
||||||
|
and describe your changes. This makes the release proess much easier and
|
||||||
|
therefore helps to get your changes into a new `bat` release faster.
|
||||||
|
|
||||||
|
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:
|
||||||
```
|
```
|
||||||
- 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.
|
||||||
Where `#123` is your PR's number or ticket and `@user` is you Github's username.
|
Please replace `@user` by your GitHub username.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user