Skip to content

Commit 3157f4d

Browse files
committed
Ensure ms.date format and upate
1 parent e948bab commit 3157f4d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/copilot-instructions.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: wadepickett
33
ms.author: wpickett
4-
ms.date: 07-25-2025
4+
ms.date: 07-28-2025
55
---
66

77
# Copilot Instructions for `dotnet/AspNetCore.Docs`
@@ -16,7 +16,10 @@ This document contains repository-specific instructions for GitHub Copilot when
1616
- **Repository Exceptions**:
1717
- Number ordered lists as "1." for every item (don't use sequential numbers)
1818
- Use `code style` specifically for file names, folders, custom types, and code that should never be localized
19-
19+
- For any new .md file added to the repository or any updated .md file ensure the standaerd frontmatter (meta data) specified by the Style Guide is included.
20+
- For any new .md file added to the repository or any updated .md file ensure the following frontmatter (meta data) is included.
21+
- Metadata `ai-usage: ai-assisted` if any AI assistance was used
22+
- Metadata `ms.date: <today's date>` with a format of DD-MM-YYYY in the frontmatter. If the file already has a `ms.date` metadata, update it to today's date if more than 50 characters have changed in the file.
2023
## Version Targeting
2124

2225
### Detection Priority Order
@@ -98,4 +101,4 @@ When creating a PR for an issue:
98101
- **new-feature:** State which version introduced the feature
99102
- **bug:** Focus on correcting technical inaccuracies
100103
4. When you're assigned an issue, after you've completed your work and the workflows (status checks) have run, check to make sure there are no build warnings under the OpenPublishing.Build status check. If there are, open the build report (under View Details) and resolve any build warnings you introduced.
101-
5. If the metadata and value `ai-usage: ai-assisted` does not already exist in any .md files edited or created, then add it in.
104+

0 commit comments

Comments
 (0)