Skip to content

Commit 089f5b7

Browse files
authored
Update .github/copilot-instructions.md
1 parent 2f63cfa commit 089f5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This document contains repository-specific instructions for GitHub Copilot when
1818
- Use backticks, also called backquotes or graves, 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
1919
- For Blazor's Razor components mentioned in article text, use backticks around the name of the component (example: `Counter` component)
2020
- For any new or updated .md file, ensure the standard frontmatter (metadata) is included as specified in [Metadata for Microsoft Learn documentation.](https://learn.microsoft.com/en-us/contribute/content/metadata)
21-
- For any new .md file added to the repository or any updated .md file ensure the following frontmatter (meta data) is included.
21+
- For any new or updated .md file added to the repository, ensure the following frontmatter (metadata) is included:
2222
- Metadata `ai-usage: ai-assisted` if any AI assistance was used
2323
- The correct order of metadata lines is to place the title (`title`) first and the rest of the metadata lines in alphabetical order. Example: `title`, `author`, `description`, `monikerRange`, `ms.author`, `ms.custom`, `ms.date`, `uid`, `zone_pivot_groups`
2424
- Metadata `ms.date: <today's date>` with a format of MM-DD-YYYY. If the file already has a `ms.date` metadata, update it to today's date if more than 50 characters are changed in the file.

0 commit comments

Comments
 (0)