From 7e59e2c7fb2708808693f0bf4cebcff6024b83f0 Mon Sep 17 00:00:00 2001 From: krahets Date: Sun, 23 Apr 2023 03:03:44 +0800 Subject: [PATCH] Update the pull_request_template.md --- .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 c901e5881..f33a72b19 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -If this PR is related to coding or code translation, please read the [contribution guideline](https://github.com/krahets/hello-algo/issues/15#issue-1464069591), fill out the checklist, and paste the console outputs to the PR. +If this PR is related to coding or code translation, please fill out the checklist and paste the console outputs to the PR. - [ ] I've tested the code and ensured the outputs are the same as the outputs of reference codes. - [ ] I've checked the codes (formatting, comments, indentation, file header, etc) carefully.