From 6c0132ae09bb8f7a9689dc6dfcccd96ee811d1b8 Mon Sep 17 00:00:00 2001 From: Pranav Senthilnathan Date: Wed, 29 Jul 2026 10:50:27 -0700 Subject: [PATCH] Clarify AI disclosure format with Note alert example Specify a > [!NOTE] GitHub alert as the recommended format for AI-generated content disclosures, matching the convention used in dotnet/runtime. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 32abcbe1-12f4-423d-ba33-fc4d896ca3c8 --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index a93a1b33b..db180511f 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -9,7 +9,7 @@ This repository contains the official C# SDK for the Model Context Protocol (MCP - Never chain commit and push in the same command. Commit first, report what was committed, then wait for explicit push instructions. This creates a mandatory decision point. ### AI-Generated Content Disclosure -When posting any content to GitHub under a user's credentials — opening pull requests, creating issues, commenting on pull requests or issues, posting review comments, or taking any other public-facing action — include a concise, visible note at the bottom indicating that the content was AI/Copilot-generated. +When posting any content to GitHub under a user's credentials — opening pull requests, creating issues, commenting on pull requests or issues, posting review comments, or taking any other public-facing action — include a concise, visible note (e.g. a `> [!NOTE]` alert) at the bottom indicating that the content was AI/Copilot-generated. This disclosure is not required when: - The account is a recognized bot or Copilot app account (for example, `github-actions[bot]` or `copilot`), where the AI origin is already apparent from the account identity.