mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-16 03:15:47 +02:00
style-guide: add imperative mood rule (#6816)
This commit is contained in:
parent
ad5757ca68
commit
812ebcca53
1 changed files with 6 additions and 0 deletions
|
@ -94,6 +94,12 @@ Use backticks on the following:
|
||||||
- Extensions, ex. `.dll`.
|
- Extensions, ex. `.dll`.
|
||||||
- Commands, ex. `ls`.
|
- Commands, ex. `ls`.
|
||||||
|
|
||||||
|
## Imperative Mood
|
||||||
|
|
||||||
|
Example descriptions have to be phrased in imperative mood.
|
||||||
|
For example, use `List all files`, instead of `Listing all files` or `File listing`.
|
||||||
|
This also applies to all translations by default, unless this is not possible for some reason.
|
||||||
|
|
||||||
## Serial Comma
|
## Serial Comma
|
||||||
|
|
||||||
When declaring a list of 3 or more items,
|
When declaring a list of 3 or more items,
|
||||||
|
|
Loading…
Add table
Reference in a new issue