summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-29 18:39:19 -0600
committerTim Graham <timograham@gmail.com>2013-11-30 08:31:58 -0500
commitc0a2daad78c66def2ce6592977b78dab6475dd53 (patch)
tree130789577a38ca4c4d71212fb8d855686fe7d1b6 /docs
parentec73ce5d8a0bc3643188d97629c30d226849bddc (diff)
Documented the house style for gender neutral pronouns.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/contributing/writing-documentation.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt
index e565b4d54f..ba53a1a3d6 100644
--- a/docs/internals/contributing/writing-documentation.txt
+++ b/docs/internals/contributing/writing-documentation.txt
@@ -65,6 +65,19 @@ Primer <sphinx:rst-primer>`. After that, you'll want to read about the
:ref:`Sphinx-specific markup <sphinx:sphinxmarkup>` that's used to manage
metadata, indexing, and cross-references.
+Writing style
+-------------
+
+When using pronouns in reference to a hypothetical person, such as "a user with
+a session cookie", gender neutral pronouns (they/their/them) should be used.
+Instead of:
+
+* he or she... use they.
+* him or her... use them.
+* his or her... use their.
+* his or hers... use theirs.
+* himself or herself... use themselves.
+
Commonly used terms
-------------------