From fb1a4c0d96a150e47876e5f2ef6fc649f4589f9b Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Mon, 6 Feb 2023 10:29:24 +0800 Subject: [PATCH] [doc] fixed issue link in pr template (#2577) --- .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 f3431226e..0dc1262b0 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`