From 01932e5ebef8d97fa08eb84959d54fc6885c228a Mon Sep 17 00:00:00 2001 From: Dominik Koch Date: Thu, 19 Jun 2025 18:26:20 +0200 Subject: [PATCH] fix: explicitly point to file --- .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 b7288ba59..eed596c58 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,7 @@ - [ ] Other (please describe): ## Checklist -- [ ] I have read the [CONTRIBUTING.md](./CONTRIBUTING.md) +- [ ] I have read the [CONTRIBUTING.md](https://github.com/useautumn/autumn/blob/staging/.github/CONTRIBUTING.md) - [ ] My code follows the code style of this project - [ ] I have added tests where applicable - [ ] I have tested my changes locally