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.