Skip to content

Commit

Permalink
Fix *non sequitur*.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkphd committed Oct 7, 2024
1 parent 8708f82 commit 7bb97d1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ members.
`2017-07-10-assess_report.md`

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

```yaml
---
Expand All @@ -84,9 +83,12 @@ members.
```

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

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

```yaml
["Name 1", "Name 2"]
Expand Down

0 comments on commit 7bb97d1

Please sign in to comment.