From 7a758c55eb8457e5dd6e0fe3623d16a378412429 Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Wed, 10 Dec 2025 08:48:01 +0100 Subject: [PATCH] Fix PR template --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0dc5899c..da0cd713 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,9 +6,9 @@ Describe the use case and detail of the change. If this PR addresses an issue on Before creating a PR, run through this checklist and mark each as complete: -- [ ] I have read the [contributing guidelines](/CONTRIBUTING.md) +- [ ] I have read the [contributing guidelines](https://github.com/nginx/docker-nginx/blob/master/CONTRIBUTING.md) - [ ] I have signed the [F5 Contributor License Agreement (CLA)](https://github.com/f5/f5-cla/blob/main/docs/f5_cla.md) - [ ] I have run `./update.sh` and ensured all entrypoint/Dockerfile template changes have been applied to the relevant image entrypoint scripts & Dockerfiles - [ ] If applicable, I have added tests that prove my fix is effective or that my feature works - [ ] If applicable, I have checked that any relevant tests pass after adding my changes -- [ ] I have updated any relevant documentation ([`README.md`](/README.md) and/or [`modules/README.md`](/modules/README.md)) +- [ ] I have updated any relevant documentation ([`README.md`](https://github.com/nginx/docker-nginx/blob/master/README.md) and/or [`modules/README.md`](https://github.com/nginx/docker-nginx/blob/master/modules/README.md))