From ae6fd69de587bb450ce868416be03fbc782c9e4e Mon Sep 17 00:00:00 2001 From: Wesley Gimenes Date: Tue, 3 Jun 2025 23:36:52 -0300 Subject: [PATCH] gihub: fix PR template broken URL changes the relative URL in the PR template to an absolute URL to resolve a "Not Found" error. Signed-off-by: Wesley Gimenes --- .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 8d1d04426a..237d0d5f9c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -18,7 +18,7 @@ ## ✅ Formalities -- [ ] I have reviewed the [CONTRIBUTING.md](../CONTRIBUTING.md) file for detailed contributing guidelines. +- [ ] I have reviewed the [CONTRIBUTING.md](https://github.com/openwrt/packages/blob/master/CONTRIBUTING.md) file for detailed contributing guidelines. ### If your PR contains a patch: