Skip to content

Commit 0777567

Browse files
ehusstraviscross
authored andcommitted
Start the punctuation chapter
This is just a stub, with the expectation that it will be expanded/rewritten later.
1 parent dc9fd82 commit 0777567

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

docs/authoring.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ This document serves as a guide for editors and reviewers. Some conventions and
44

55
[introduction]: ../src/introduction.md
66

7-
## Style
8-
9-
Idioms and styling:
10-
11-
* Use Oxford commas.
12-
* Avoid slashes for alternatives ("program/binary"); use conjunctions or rewrite it ("program or binary").
13-
147
## Content guidelines
158

169
The following are guidelines for the content of the reference.

reference-dev-guide/src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
- [Style guide](style/index.md)
2020
- [Wording](style/wording.md)
2121
- [Language and grammar]()
22-
- [Punctuation]()
22+
- [Punctuation](style/punctuation.md)
2323
- [Review policy](review-policy.md)
2424
- [Resources]()
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Punctuation
2+
3+
Use Oxford commas.
4+
5+
Avoid slashes for alternatives ("program/binary"); use conjunctions or rewrite it ("program or binary").

0 commit comments

Comments
 (0)