From 7e093bb368d897abde0590bb248a6907eb4d4224 Mon Sep 17 00:00:00 2001 From: Ed Harrod Date: Sun, 26 Oct 2025 23:41:50 +0000 Subject: [PATCH] fix: Update link to CONTRIBUTING.md in PR template (#349) --- .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 74bb1a1..5d28312 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ ## Pull Request Checklist -- [ ] I have read and followed the [CONTRIBUTING.md](../CONTRIBUTING.md) guidelines. +- [ ] I have read and followed the [CONTRIBUTING.md](https://github.com/github/awesome-copilot/blob/main/CONTRIBUTING.md) guidelines. - [ ] My contribution adds a new instruction, prompt, or chat mode file in the correct directory. - [ ] The file follows the required naming convention. - [ ] The content is clearly structured and follows the example format.