diff --git a/CHANGELOG.md b/CHANGELOG similarity index 100% rename from CHANGELOG.md rename to CHANGELOG diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c147d4..0cbba9d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.