Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 11 additions & 15 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
# .NET Documentation Guidelines

IMPORTANT: For any Markdown files generated by AI, always disclose that they were created with the assistance of AI. If missing, add the `ai-usage` frontmatter key/value pair:

- When reviewing a PR not created by AI:
- .NET 8 is an LTS (long-term support) release that's still supported
- .NET 9 is the latest STS (short-term support) version
- .NET 10 is the latest LTS version
- .NET 11 is in preview

```markdown
ai-usage: ai-assisted
```

- When Copilot generates the article through GitHub without the use of a human:
IMPORTANT: For any Markdown files generated by AI, always disclose that they were created with the assistance of AI. If missing, add the `ai-usage` frontmatter key/value pair:

```markdown
ai-usage: ai-generated
```
| Frontmatter value | When to use |
|-------------------|-------------|
| ai-assisted | When Copilot adds new content to an existing article -or- fixes issues by rewriting content |
| ai-generated | When Copilot generates an article with or without a template -or- when Copilot writes all of the content of an article |

- When using an IDE with a human guiding AI:
Don't apply or change the `ai-usage` value when doing reviews and edits

```markdown
ai-usage: ai-assisted
```
Don't apply the `ai-usage` metadata to files in the .github folder.

## Terminology

Expand Down
23 changes: 0 additions & 23 deletions .github/prompts/InstallGuide.UpdateDependencies.prompt.md

This file was deleted.

23 changes: 0 additions & 23 deletions .github/prompts/InstallGuide.UpdateSupportedOS.prompt.md

This file was deleted.

115 changes: 0 additions & 115 deletions .github/prompts/Snippets.Migrate.prompt.md

This file was deleted.

114 changes: 0 additions & 114 deletions .github/prompts/Snippets.Push.prompt.md

This file was deleted.

Loading
Loading