Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 515 Bytes

CONTRIBUTING.rst

File metadata and controls

23 lines (15 loc) · 515 Bytes

Contributing Guidelines

All files should be written in reStructuredText

reStructuredText Style

  • Columns should be no more than 80 characters wide unless the Markdown syntax requires it to be longer.

Filename Conventions

Use dashes (-) to separate words. Use Camel-Case with dashes.

Examples:

  • Command-Line.md
  • Python-Virtual-Environment.md
  • TurboGears.md