Merge pull request #40 from RichardLitt/feat/h1-heading-note

Added subtitle option to Top Header Naming
This commit is contained in:
Richard Littauer 2016-11-17 09:20:59 -05:00 committed by GitHub
commit fc9b7f7cf2

View File

@ -39,7 +39,13 @@ _Note: This is only a navigation guide for the specification, and does not defin
**Status:** Required.
**Requirements:**
- Title must match repository and package manager names. If any of these don't match, there must be a note in the [Long Description](#long-description) explaining why.
- Title must match repository, folder and package manager names - or it may have another, relevant title with the repository, folder, and package manager title next to it in italics and in parentheses. For instance:
```markdown
# Standard Readme Style _(standard-readme)_
```
If any of the folder, repository, or package manager names do not match, there must be a note in the [Long Description](#long-description) explaining why.
**Suggestions:**
- Should be self-evident.
@ -82,6 +88,7 @@ _Note: This is only a navigation guide for the specification, and does not defin
**Requirements:**
- Does not require its own title.
- If any of the folder, repository, or package manager names do not match, there must be a note here as to why. See [Title section](#title).
**Suggestions:**
- If too long, consider moving to the [Background](#background) section.