File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
contributing/documentation Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 16
16
shorthand);
17
17
* Inline hyperlinks are **not ** used. Separate the link and their target
18
18
definition, which you add on the bottom of the page;
19
- * You should use a form of *you * instead of *we *.
20
19
21
20
Example
22
21
~~~~~~~
@@ -104,5 +103,14 @@ Example
104
103
In Yaml you should put a space after ``{ `` and before ``} `` (e.g. ``{ _controller: ... } ``),
105
104
but this should not be done in Twig (e.g. ``{'hello' : 'value'} ``).
106
105
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
+
107
114
.. _`the Sphinx documentation` : http://sphinx-doc.org/rest.html#source-code
108
115
.. _`Twig Coding Standards` : http://twig.sensiolabs.org/doc/coding_standards.html
116
+ .. _`Serial (Oxford) Commas` : http://en.wikipedia.org/wiki/Serial_comma
You can’t perform that action at this time.
0 commit comments