From aa7362112e9c60053ab53dd85cb9fb40cb4c399f Mon Sep 17 00:00:00 2001 From: Youssef Fahmy Date: Tue, 25 Aug 2026 22:40:49 +0200 Subject: [PATCH] Update breakingchange.agent.md (#37535) --- .github/agents/breakingchange.agent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/agents/breakingchange.agent.md b/.github/agents/breakingchange.agent.md index bb15f66524f2..2b3397210eda 100644 --- a/.github/agents/breakingchange.agent.md +++ b/.github/agents/breakingchange.agent.md @@ -81,6 +81,6 @@ Summarize the breaking change. - Add the new doc to the [TOC file](https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/toc.yml). - Add an entry to the index file (for example, https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/breaking-changes/11/overview.md for .NET 11 breaking changes). - Create a pull request: - - In the description, include: `Fixes #` (replace with the correct number). + - In the description, **NEVER** include `Fixes #`. - Request review on the pull request from the person who opened the issue. -- Also check the relevant API docs, if applicable, and update them in the https://github.com/dotnet/dotnet-api-docs repo to reflect the breaking change. \ No newline at end of file +- Also check the relevant API docs, if applicable, and update them in the https://github.com/dotnet/dotnet-api-docs repo to reflect the breaking change.