From 27b49316ff30414fc5c8f043369553d79e9f4159 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Wed, 6 Nov 2024 15:25:59 +0800 Subject: [PATCH] chore: fix a few typos on the PR template --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d4613378d..1d33490ef 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ Was this change discussed in an issue first? That can help save time in case the It is not uncommon for pull requests to go through several, iterative reviews. Please be patient with us! Every reviewer is a volunteer, and each has their own style. --> -## 1. Are you opening this pull request for bug-fixes, optimizations or new feature? +## 1. Are you opening this pull request for bug-fix, optimization or new feature? @@ -20,7 +20,7 @@ It is not uncommon for pull requests to go through several, iterative reviews. P -## 4. Which documentation changes (if any) need to be made/updated because of this PR? +## 4. What documentation changes (if any) need to be made/updated because of this PR?