1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

Added contributing guidelines on tldr-lint

This commit is contained in:
Ruben Vereecken 2016-01-19 14:28:43 +01:00
parent 5782425234
commit 4186ed1a52

View file

@ -97,6 +97,11 @@ Detailed explanation:
5. Run `make lint` to check that your page(s) are correct. Try to run the commands you are describing to ensure the syntax is correct.
You can use the formatting features of [tldr-lint](https://github.com/tldr-pages/tldr-lint)
(installed through `make setup` or alternatively `npm install tldr-lint`)
to automatically fix any mistakes you may have missed.
Try `tldr tldr-lint` for a quick how-to.
6. Please use the following commit message format:
`<command>: type of change`.