fix syntax error in pr template

This commit is contained in:
Hongrui Fang 2022-11-02 00:46:48 +08:00
parent a5706fa3e0
commit 251dc549d1

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.