Skip to content

Commit 840a449

Browse files
rebecca bausingerchewbeccy
authored andcommitted
establishing-capitalization-and-wording-rules
1 parent b5ad002 commit 840a449

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
applyTo: '**/*.md'
3+
---
4+
5+
# Capitalization and Wording Instructions
6+
7+
These rules apply to all documentation and code comments in this repository:
8+
9+
2. **Headings and Titles**
10+
- Capitalize all words in titles, except short words like: the, a, an, and, for, of, on, in
11+
- Apply The New York Times Manual of Style and Usage
12+
- **DO**
13+
- Admin Access Control
14+
- **DON’T**
15+
- Admin access control
16+
17+
3. **meshStack Terms**
18+
- Do not capitalize meshStack terms like project, landing zone, workspace, tenant, payment method, chargeback statement, tenant usage report, platform builder, admin area, workspace manager unless they appear in a title or start of the sentence.
19+
- **DO**
20+
- Create a landing zone
21+
- **DON’T**
22+
- Create a Landing Zone
23+
24+
4. **Days of the week and months names**
25+
- Capitalize days of the week and months. (for example: Monday, Tuesday, January, February)
26+
- **DO**
27+
- Monday
28+
- June
29+
- **DON’T**
30+
- tuesday
31+
32+
5. **Lists and Steps**
33+
- Start each list item or step with a capital letter if it forms a complete sentence or a proper noun.
34+
- If the list item is a fragment, only capitalize the first word and any proper nouns.
35+
36+
6. **Button and UI Labels**
37+
- Match the capitalization as it appears in the UI.
38+
- If not specified, use title case for button and menu labels.
39+
40+
7. **Acronyms and Product Names**
41+
- Always capitalize acronyms (e.g., OSB, API, CI/CD).
42+
- Use the official capitalization for product and service names (e.g., meshStack, meshPanel).
43+
44+
8. **Code**
45+
- Follow language-specific conventions for code capitalization (e.g., camelCase, PascalCase, snake_case).
46+
47+
9. **Links**
48+
- Link text should follow the capitalization of the referenced heading or document.
49+
50+
10. **Admin**
51+
- always write admin instead of administrator
52+
53+
11. **Dont use Cloud Foundation**
54+
- Do not use the term "Cloud Foundation" in any context. Instead, use "platform team" or "admin team" to refer to the team
55+
56+
---
57+
These rules help ensure consistency and readability across all documentation and

0 commit comments

Comments
 (0)