Skip to content

Commit db54dd0

Browse files
authored
Add guidance for e.g. and i.e. (#48276)
1 parent 51c337b commit db54dd0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/copilot-instructions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ai-usage: ai-generated
1010

1111
## Terminology
1212

13-
- Unless otherwise specified, all .NET content refers to modern .NET (not .NET Framework).
13+
Unless otherwise specified, all .NET content refers to modern .NET (not .NET Framework).
1414

1515
## Writing Style
1616

@@ -31,10 +31,12 @@ Follow [Microsoft Writing Style Guide](https://learn.microsoft.com/en-us/style-g
3131
- Sentence case headings (no gerunds in titles).
3232
- Be concise, break up long sentences.
3333
- Oxford comma in lists.
34-
- Number all ordered list items as "1." (not sequential numbering like "1.", "2.", "3.", etc.)
3534
- Use bullets for unordered lists.
35+
- Number all ordered list items as "1." (not sequential numbering like "1.", "2.", "3.", etc.)
3636
- Ordered and unordered lists should use complete sentences with proper punctuation, ending with a period if it's more than three words.
3737
- Avoid "etc." or "and so on" - provide complete lists or use "for example".
38+
- Use "for example" instead of "e.g.".
39+
- Use "that is" instead of "i.e.".
3840
- No consecutive headings without content between them.
3941

4042
### Formatting Conventions

0 commit comments

Comments
 (0)