From a52d8113e92f76e0b1e45892415ee40840545804 Mon Sep 17 00:00:00 2001 From: Christina Holland Date: Tue, 18 Nov 2025 11:50:40 -0800 Subject: [PATCH] Update PR template --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3d81fd0c9f0..826f24be71b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,6 +14,6 @@ Before you file this pull request, please read these guidelines: ### API Changes - * At this time we cannot accept changes that affect the public API. If you'd like to help - us make Firebase APIs better, please propose your change in an issue so that we - can discuss it together. + * Changes that affect the public API will require internal review. Before making a + PR that changes the public API, we would suggest first proposing your change in an + issue so that we can discuss it together.