summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
blob: ccaf528a81c8ac9e46d2e1c530a6a9c614bc5c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.