Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add article authors to style-guide
  • Loading branch information
minimalsm committed Dec 14, 2021
commit 278321d519b6a3d830df125f6fcb67c2bb17af8d
16 changes: 16 additions & 0 deletions src/content/contributing/style-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,22 @@ This site uses **sentence casing** for header names as a convention. Only the fi
### Getting Enough Ether
```

### Article authors {#authors}

When citing articles from a specific author or organization, use the article's name as a link, followed by a dash, then the author's name italicized.

```md
<--- Good --->

- [A rollup-centric ethereum roadmap](https://ethereum-magicians.org/t/a-rollup-centric-ethereum-roadmap/4698) — _Vitalik Buterin_
- [Oracles](https://docs.ethhub.io/built-on-ethereum/oracles/what-are-oracles/) – _EthHub_

<--- Bad--->

- [A rollup-centric ethereum roadmap by Vitalik Buterin](https://ethereum-magicians.org/t/a-rollup-centric-ethereum-roadmap/4698)
- [EthHub on Oracles](https://docs.ethhub.io/built-on-ethereum/oracles/what-are-oracles/) – _EthHub_
```

## Anything else? {#anything-else}

Like all content on ethereum.org, this style guide is an open-source work-in-progress with room for improvement. If there is anything you think should be added to improve this document please [suggest an edit on GitHub](https://github.com/ethereum/ethereum-org-website/blob/dev/src/content/contributing/style-guide/index.md).