mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
add new guideline in CONTRIBUTING.md (#1116)
* Update CONTRIBUTING.md * add missing quotes in contributing.md * Update CONTRIBUTING.md
This commit is contained in:
parent
e20cde32ef
commit
1cf7bc7a63
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Here are a few guidelines to get started:
|
|||
1. Focus on the 5 or 6 most common usages.
|
||||
It's OK if the page doesn't cover everything; that's what `man` is for.
|
||||
2. When in doubt, keep new command-line users in mind.
|
||||
Err on the side of clarity rather than terseness.
|
||||
Err on the side of clarity rather than terseness. For example, commands that require `sudo` should include it directly in the examples.
|
||||
3. Try to incorporate the spelled-out version of single-letter options in the example's description.
|
||||
The goal is to allow people to *understand* the syntax of the commands, not just *memorize* it.
|
||||
4. Introduce options gradually, starting with the simplest command invocations,
|
||||
|
|
Loading…
Add table
Reference in a new issue