aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README-documentation.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README-documentation.md b/README-documentation.md
index 81d5d93199e..01a95ba6ad4 100644
--- a/README-documentation.md
+++ b/README-documentation.md
@@ -62,6 +62,10 @@ Make the text as short, clear, and easy to read as possible:
* Avoid superfluous words such as "very".
* Avoid filler sentences intended to improve the flow of the text - documents are usually browsed, not read anyway.
* Use consistent terminology even when it leads to repetition which would be bad in other kind of writing.
+* Use active form "index the documents", not passive "indexing the documents"
+* Avoid making it personal - do not use "we", "you", "our"
+* Do not use " , — and the likes - makes the document harder to edit, and no need to use it.
+* Less is more - <em> and <strong> is sufficient formatting in most cases
### Links
@@ -72,4 +76,4 @@ Example:
<h2 id="my-nice-heading">My nice Heading</h2>
If this algorithmic transformation is followed it is possible to link to this section using <a href="doc.html#my-nice-heading"> without having to consult the html source of the page to find the right id.
-*By Jon Bratseth in June 2016* \ No newline at end of file
+*By Jon Bratseth in June 2016*