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,8 +6,8 @@ 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/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/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
-[ ] If applicable, I have added tests that prove my fix is effective or that my feature works.
12
12
-[ ] If applicable, I have checked that any relevant tests pass after adding my changes.
13
-
-[ ] I have updated any relevant documentation ([`README.md`](/README.md) and/or [`CHANGELOG.md`](/CHANGELOG.md)).
13
+
-[ ] I have updated any relevant documentation ([`README.md`](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/README.md) and/or [`CHANGELOG.md`](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/CHANGELOG.md)).
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,8 @@ This template includes all the scaffolding you need to get started on an OSS rep
13
13
14
14
-[Apache License 2.0](/LICENSE) -> Required for all NGINX OSS projects unless otherwise determined by the project owner.
15
15
-[F5 CLA GitHub workflow](/.github/workflows/f5_cla.yml) -> For more details on the action please check the [F5 CLA documentation repository](https://github.com/f5/f5-cla).
16
-
-
17
16
-[`.gitignore`](/.gitignore) with some minimal sensible defaults.
18
-
-[Issue](/.github/ISSUE_TEMPLATE) and [PR](/.github//pull_request_template.md) templates.
17
+
-[Issue](/.github/ISSUE_TEMPLATE) and [PR](/.github/pull_request_template.md) templates.
19
18
-[Contributing](/CONTRIBUTING.md) guidelines.
20
19
-[Support](/SUPPORT.md) guidelines for either community and/or commercial support (uncomment the commercial block if necessary).
21
20
-[Security](/SECURITY.md) guidelines for reporting major vulnerabilities.
0 commit comments