Skip to content

Commit 7bb97d1

Browse files
committed
Fix *non sequitur*.
1 parent 8708f82 commit 7bb97d1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CONTRIBUTING.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ members.
6868
`2017-07-10-assess_report.md`
6969

7070
4. In order to render correctly, posts need to have a header block,
71-
which should be [created like this example][hdr-block],
72-
e.g.
71+
which should be [created like this example][hdr-block]:
7372

7473
```yaml
7574
---
@@ -84,9 +83,12 @@ members.
8483
```
8584

8685
Separate the header block from the post proper by a new line.
86+
You can leave the `time` field as-is or set it to a meaningful
87+
value. Please make your best effort to accurately populate the
88+
rest of the fields.
8789

88-
5. `Time`, but the other fields should be filled in. If there is more
89-
than one author, separate the author names like this:
90+
5. If there is more than one author, separate the quoted author
91+
names using commas, like this:
9092

9193
```yaml
9294
["Name 1", "Name 2"]

0 commit comments

Comments
 (0)