From e837741da1f1e6dd67393c93a07454fd5a67ee58 Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Tue, 9 Sep 2025 18:20:05 -0700 Subject: [PATCH] Update PR template with breaking change note (#666) --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 33faf7afd9..6658ebc9fd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,4 +20,4 @@ Please help reviewers and future users, providing the following information: - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/agent-framework/blob/main/CONTRIBUTING.md) - [ ] All unit tests pass, and I have added new tests where possible -- [ ] I didn't break anyone :smile: +- [ ] **Is this a breaking change?** If yes, add "[BREAKING]" prefix to the title of the PR. \ No newline at end of file