Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Table of Contents to README file #546

Closed
wants to merge 1 commit into from
Closed
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
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*

- [Referencing Bug Tracker Tickets](#user-content-referencing-bug-tracker-tickets)
- [Building](#user-content-building)
- [Requirements](#user-content-requirements)
- [Build](#user-content-build)
- [Style Guidelines](#user-content-style-guidelines)
- [Prose Style & Grammar](#user-content-prose-style--grammar)
- [Sentence Structure](#user-content-sentence-structure)
- [Spelling](#user-content-spelling)
- [Pronoun Usage](#user-content-pronoun-usage)
- ["Voice"](#user-content-voice)
- [Code Style](#user-content-code-style)
- [Code within prose content (paragraphs and the like):](#user-content-code-within-prose-content-paragraphs-and-the-like)
- [Examples](#user-content-examples)
- [Rhetorical Context](#user-content-rhetorical-context)









## Referencing Bug Tracker Tickets

* Pull requests for changes that were requested or recommended via the [jQuery Bug Tracker](http://bugs.jquery.com) should include a link back to the relevant ticket.
Expand Down