Skip to content

Commit 89a7f12

Browse files
Fix PR template
1 parent afa829a commit 89a7f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Describe the use case and detail of the change. If this PR addresses an issue on
66

77
Before creating a PR, run through this checklist and mark each as complete:
88

9-
- [ ] I have read the [contributing guidelines](/CONTRIBUTING.md)
9+
- [ ] I have read the [contributing guidelines](../CONTRIBUTING.md)
1010
- [ ] I have signed the [F5 Contributor License Agreement (CLA)](https://github.com/f5/f5-cla/blob/main/docs/f5_cla.md)
1111
- [ ] I have run `./update.sh` and ensured all entrypoint/Dockerfile template changes have been applied to the relevant image entrypoint scripts & Dockerfiles
1212
- [ ] If applicable, I have added tests that prove my fix is effective or that my feature works
1313
- [ ] If applicable, I have checked that any relevant tests pass after adding my changes
14-
- [ ] I have updated any relevant documentation ([`README.md`](/README.md) and/or [`modules/README.md`](/modules/README.md))
14+
- [ ] I have updated any relevant documentation ([`README.md`](../README.md) and/or [`modules/README.md`](../modules/README.md))

0 commit comments

Comments
 (0)