From a84ac1cbb15a12a6b4b901aefd4c5e9054092d43 Mon Sep 17 00:00:00 2001 From: Rustin Liu Date: Wed, 22 Nov 2023 17:43:12 +0800 Subject: [PATCH] github: fix some grammar issues in the pull request template (#48798) --- .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 6ba37f8ef01d6..251b45f4aa5f3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,7 +13,7 @@ PR Title Format: Please create an issue first to describe the problem. -There MUST be one line starting with "Issue Number: " and +There MUST be one line starting with "Issue Number: " and linking the relevant issues via the "close" or "ref". For more info, check https://pingcap.github.io/tidb-dev-guide/contribute-to-tidb/contribute-code.html#referring-to-an-issue. @@ -24,7 +24,7 @@ Issue Number: close #xxx Problem Summary: -### What is changed and how it works? +### What changed and how does it work? ### Check List @@ -35,7 +35,7 @@ Tests - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test > - [ ] I checked and no code files have been changed. - > + > Side effects