Skip to content

Commit bbd4801

Browse files
authored
Update .github/copilot-instructions.md
Corrected link for metadata specific guide
1 parent 6d195a1 commit bbd4801

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
@@ -17,7 +17,7 @@ This document contains repository-specific instructions for GitHub Copilot when
1717
- Number ordered lists as "1." for every item (don't use sequential numbers)
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)
20-
- 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 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)
2121
- For any new .md file added to the repository or any updated .md file ensure the following frontmatter (meta data) 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`

0 commit comments

Comments
 (0)