Skip to content

Latest commit

History

History
42 lines (26 loc) 路 1.86 KB

styleguide.md

File metadata and controls

42 lines (26 loc) 路 1.86 KB

Style Guide

From the GitHub Manual of Style, which this style guide inherits from:

Words are an important part of how software works. Just as we have a style guide for our code, we have a style guide for our tone and our voice. Even though there may be dozens of people creating a product, it should still sound like we speak in one consistent voice.

In other words, the way we write is just as important as the way we design. Consider these things when writing copy.

Where possible, automated tests enforce style rules.

Content principles

All written content should follow these principles:

  • Approachability: Don't assume the reader has prior knowledge
  • Brevity: Keep it simple, link to outside content for deeper dives
  • Curation: Amplify community best practices vs. any individual's point of view

Content should maintain a light-hearted, but wise (think classy, not overly excited) tone. Open source is fun! Readers should feel inspired, not discouraged, by the tone of your writing, and they should trust you to help them get started.

Mentions

When referring to people that use GitHub, use @mentions of their username instead of their full name.

  • 馃槃 As @jessfraz put it...
  • 馃槩 As Jess Frazelle put it...

When referring to a project on GitHub, link to the repository so others can dive deeper, if they choose.

  • 馃槃 @maxogden took a similar approach to Dat...
  • 馃槩 @maxogden took a similar approach to Dat...

Capitalization

"Guides" is capitalized when referring to the "Open Source Guides", but not when saying "the guide" or "this guide".

  • 馃槃 Welcome to Open Source Guides!
  • 馃槃 The guide is meant to...
  • 馃槩 The goal of this Guide is to...

More guidance

Understand our content model and audience