Add markdownlint style

Add a style for https://github.com/markdownlint/markdownlint/ to allow
it to be used to check for a consistent style and matching the current
style.

Signed-off-by: Till Maas <opensource@till.name>
This commit is contained in:
Till Maas 2021-04-07 11:15:12 +02:00
parent ffa98f4876
commit b55d96a8a9
3 changed files with 12 additions and 0 deletions

View file

@ -113,6 +113,10 @@ of this repository.
tests/test_default.yml
```
5. Check the markdown format with
[mdl](https://github.com/markdownlint/markdownlint) after changing any
markdown document.
4. Once the work is ready and commited, push the branch to your remote fork and click on
"new Pull Request" on Github.