From 8f581f2060a00455dbc7480d242b440b5b86d5aa Mon Sep 17 00:00:00 2001 From: Hongrui Fang Date: Wed, 2 Nov 2022 00:46:48 +0800 Subject: [PATCH] fix syntax error 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 a322382..b099c4d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,6 +6,6 @@ - [ ] I have ensured documentation and testing are thorough. - [ ] I have updated the changelog. -- [ ] I have read [CONTRIBUTING.md][../CONTRIBUTING.md] +- [ ] I have read [CONTRIBUTING.md](../CONTRIBUTING.md) - [ ] I have made sure the CI checks run using `nix run .#ci`. - [ ] I have followed the code standards to the best of my ability or have documented carefully where and why I haven't.