You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ Describe the use case and detail of the change. If this PR addresses an issue on
6
6
7
7
Before creating a PR, run through this checklist and mark each as complete:
8
8
9
-
-[ ] I have read the [contributing guidelines](/CONTRIBUTING.md)
9
+
-[ ] I have read the [contributing guidelines](https://github.com/nginx/docker-nginx/blob/master/CONTRIBUTING.md)
10
10
-[ ] I have signed the [F5 Contributor License Agreement (CLA)](https://github.com/f5/f5-cla/blob/main/docs/f5_cla.md)
11
11
-[ ] I have run `./update.sh` and ensured all entrypoint/Dockerfile template changes have been applied to the relevant image entrypoint scripts & Dockerfiles
12
12
-[ ] If applicable, I have added tests that prove my fix is effective or that my feature works
13
13
-[ ] 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`](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))
0 commit comments