Don't use markdown in changelog

This commit is contained in:
Anders Ingemann 2014-05-10 18:07:31 +02:00
parent b5fcf13cf5
commit 8617618084
2 changed files with 1 additions and 1 deletions

View file

@ -11,7 +11,7 @@ Do you want to contribute to the bootstrap-vz project? Nice! Here is the basic w
This check will be repeated by [Travis CI](https://travis-ci.org/andsens/bootstrap-vz)
once you send a pull request, so it's better if you check this beforehand.
* If the change is significant (e.g. a new plugin, manifest setting or security fix)
add your name and contribution to the [changelog](CHANGELOG.md).
add your name and contribution to the [CHANGELOG](CHANGELOG).
* Commit your changes.
* Squash the commits if needed. For instance, it is fine if you have multiple commits describing atomic units
of work, but there's no reason to have many little commits just because of corrected typos.