fix syntax error in pr template

This commit is contained in:
Hongrui Fang 2022-11-02 00:46:48 +08:00
parent d6e2f371ca
commit 8f581f2060
No known key found for this signature in database
GPG key ID: F10AB2CCE24113DD

View file

@ -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.