2
0
mirror of https://github.com/sharkdp/bat synced 2024-11-16 21:25:56 +00:00
bat/CONTRIBUTING.md

14 lines
429 B
Markdown
Raw Normal View History

2020-10-28 04:39:54 +00:00
# Contributing
2020-10-28 04:35:35 +00:00
2020-10-28 04:39:54 +00:00
### Add an entry to the changelog
2020-10-28 04:35:35 +00:00
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:
2020-10-28 04:39:54 +00:00
```
2020-10-28 04:35:35 +00:00
- Short description of what has been changed, see #123 (@user)
2020-10-28 04:39:54 +00:00
```
2020-10-28 04:35:35 +00:00
2020-10-28 04:39:54 +00:00
Where `#123` is your PR's number or ticket and `@user` is you Github's username.
2020-10-28 04:35:35 +00:00