From 9f6de04f77c5f3fb32a1cb5216f777c0849fa35e Mon Sep 17 00:00:00 2001 From: FrankLeeeee Date: Sun, 5 Feb 2023 20:17:16 +0800 Subject: [PATCH] [doc] fixed issue link in pr template --- .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 f3431226ecc9..0dc1262b008c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,7 +9,7 @@ > Link this PR to your issue with words like fixed to automatically close the linked issue upon merge > -> e.g. fixed #1234, closed #1234, resolved #1234 +> e.g. `fixed #1234`, `closed #1234`, `resolved #1234`