Skip to content

Commit a215a83

Browse files
Update repository-specific guidelines in instructions (#36225)
* Update repository-specific guidelines in instructions * Apply suggestion from @wadepickett Updated ms.date --------- Co-authored-by: Wade Pickett <[email protected]>
1 parent 6602e1a commit a215a83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: tdykstra
33
ms.author: wpickett
4-
ms.date: 09-21-2025
4+
ms.date: 10-16-2025
55
---
66

77
# Copilot Instructions for `dotnet/AspNetCore.Docs`
@@ -78,6 +78,7 @@ When working on an issue:
7878

7979
## Repository-Specific Guidelines
8080
- [ ] Follow the [Microsoft Writing Style Guide](https://learn.microsoft.com/en-us/style-guide/welcome/)
81+
- [ ] Use contractions following the guidance in [Use contractions](https://learn.microsoft.com/en-us/style-guide/word-choice/use-contractions)
8182
- [ ] **Repository Exceptions**:
8283
- [ ] Number ordered lists as "1." for every item (don't use sequential numbers)
8384
- [ ] Use backticks around content specifically for file names (`file.txt`), folders (`folder`), file paths (`folder/file.txt`), custom types (`myVariable`, `MyClass`), raw URLs in the text (`https://www.contoso.com`), URL segments (`/product/id/199`), file extensions (`.razor`), NuGet packages (`Microsoft.AspNetCore.SignalR.Client`), and code that should never be localized

0 commit comments

Comments
 (0)