You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bat/CONTRIBUTING.md

14 lines
429 B
Markdown

# 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.