From ad8750e032d1434dc26cc34c887d858f4ebd1703 Mon Sep 17 00:00:00 2001 From: PtJade Ceramic <185668489+PtJade-Ceramic@users.noreply.github.com> Date: Sun, 28 Jun 2026 04:28:12 +0800 Subject: [PATCH] Fix formatting issue in pull request template (#13110) --- .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 346f67a9d648..8ca0bb8ffd0c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ Delete this comment block and summarize your changes and list related issues here. For example: - This changes fixes problem X in the documentation for Y. + This change fixes problem X in the documentation for Y. - Fixes #1234 - Resolves #1235