Skip to content

Commit c3816f8

Browse files
committed
Clarifying some language standards for the docs
1 parent 551460b commit c3816f8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

contributing/documentation/standards.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Sphinx
1616
shorthand);
1717
* Inline hyperlinks are **not** used. Separate the link and their target
1818
definition, which you add on the bottom of the page;
19-
* You should use a form of *you* instead of *we*.
2019

2120
Example
2221
~~~~~~~
@@ -104,5 +103,14 @@ Example
104103
In Yaml you should put a space after ``{`` and before ``}`` (e.g. ``{ _controller: ... }``),
105104
but this should not be done in Twig (e.g. ``{'hello' : 'value'}``).
106105

106+
Language Standards
107+
------------------
108+
109+
* Capitalize the first letter of any heading and the first letter of all
110+
nouns and adjectives afterwards (verbs are lowercase);
111+
* Do not use `Serial (Oxford) Commas`_;
112+
* You should use a form of *you* instead of *we*.
113+
107114
.. _`the Sphinx documentation`: http://sphinx-doc.org/rest.html#source-code
108115
.. _`Twig Coding Standards`: http://twig.sensiolabs.org/doc/coding_standards.html
116+
.. _`Serial (Oxford) Commas`: http://en.wikipedia.org/wiki/Serial_comma

0 commit comments

Comments
 (0)