1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 03:12:25 +01:00

Style changes on CONTRIBUTORS

This commit is contained in:
Adrian Rivera
2020-10-27 21:39:54 -07:00
committed by David Peter
parent 1c1ba04c41
commit 47ea99090f
2 changed files with 7 additions and 5 deletions

13
CONTRIBUTING.md Normal file
View File

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