1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-29 22:24:35 +00:00

Adds a CONTRIBUTORS file

This commit is contained in:
Adrian Rivera
2020-10-27 21:35:35 -07:00
committed by David Peter
parent 456216ab37
commit 1c1ba04c41
2 changed files with 12 additions and 13 deletions

View File

@@ -678,19 +678,7 @@ cargo install --path . --locked --force
## Contributors
Please don't forget to update `CHANGELOG.md` and describe your changes, this makes the release of a new `bat` version much easier.
Each entry should follow the next format:
- Short description of the change (one line)
- Number of the pull request
- Github's username
See the next examples taken from `CHANGELOG.md`
```
- Added support for the `NO_COLOR` environment variable, see #1021 and #1031 (@eth-p)
- Adjust pager configuration to comply with `--wrap=never`, see #1255 (@gahag)
- Fixed non-printable characters display for redirected output, see #1061 (@gsomix)
```
Take a look to this [guide](CONTRIBUTORS.md)
## Maintainers