From ec07e70d99ee53add7a05d8a602411edf2a0dfd0 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 13 Dec 2023 13:27:12 -0500 Subject: [PATCH] chore: update PR template for breaking changes (#28698) The team had feedback during a sprint retro that the breaking change process documentation was a bit spread out. In particular, some team members were not clear that you need to a) update the breaking.md file and b) add the "BREAKING CHANGE" comment to the commit description. This PR adds both of these things are comments for awareness. --- .github/PULL_REQUEST_TEMPLATE.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c7f22ec1c5..c565dcac8c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -21,7 +21,12 @@ Issue number: resolves # - [ ] Yes - [ ] No - + ## Other information