Skip to content
Open
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
22 changes: 22 additions & 0 deletions docs/DocumentationStyleGuide/language-grammar/capitalization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,25 @@ The guidelines in this case are:
- Headline style capitalization should be employed as per the context,
like blog posts, research paper titles to use initial uppercase
letters for all significant words in the text.
- More detailed explanation on sentence case:
- In sentence case, lowercase most words in a title or heading. Capitalize only the following words:
- The first word of the title or heading
- The first word of a subtitle
- The first word after a colon, em dash, or end punctuation in a heading
- Nouns followed by numerals or letters
- Proper nouns (such as the names of racial or ethnic groups)

+----------------------------------------------+------------------------------------------------------+
| Recommended examples | Not recommended examples |
+==============================================+======================================================+
| Contents: | contents: |
| - Setup Git | - setup git |
| - Install and Configure Git | - Install and Configure Git |
+----------------------------------------------+------------------------------------------------------+
| Github Workflow | github workflow |
| - example of headline style capitalization. | - proper headline style capitalization is must |
| | - modify depending to context. |
+----------------------------------------------+------------------------------------------------------+
| Issue raised based on FLINT | issue raised based on FLINT Documentation: |
| documentation : Self-reported issue | seld-reported issue |
+----------------------------------------------+------------------------------------------------------+