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
- name: Run F5 Contributor License Agreement (CLA) assistant
30
+
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have hereby read the F5 CLA and agree to its terms') || github.event_name == 'pull_request_target'
custom-notsigned-prcomment: "🎉 Thank you for your contribution! It appears you have not yet signed the F5 Contributor License Agreement (CLA), which is required for your changes to be incorporated into an F5 Open Source Software (OSS) project. Please kindly read the [F5 CLA](https://github.com/f5/.github/blob/main/CLA/cla-markdown.md) and reply on a new comment with the following text to agree:"
39
+
custom-pr-sign-comment: "I have hereby read the F5 CLA and agree to its terms"
40
+
custom-allsigned-prcomment: "✅ All required contributors have signed the F5 CLA for this PR. Thank you!"
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
23
23
@@ -99,10 +99,8 @@ Before beginning development, familiarize yourself with the following documents:
99
99
-[Design Principles](/docs/developer/design-principles.md): An overview of the project's design principles.
100
100
-[NGINX Gateway Fabric Documentation](/site/README.md): An explanation of the documentation tooling and conventions.
101
101
102
-
## Contributor License Agreement
102
+
## F5 Contributor License Agreement (CLA)
103
103
104
-
Individuals or business entities who contribute to this project must have completed and submitted
105
-
the [F5® Contributor License Agreement](F5ContributorLicenseAgreement.pdf) prior to their code submission being included
106
-
in this project. To submit, print out the [F5® Contributor License Agreement](F5ContributorLicenseAgreement.pdf), fill
107
-
in the required sections, sign, scan, and send executed CLA to [email protected]. Make sure to include your github
108
-
handle in the CLA email.
104
+
F5 requires all external contributors to agree to the terms of the F5 CLA (available [here](https://github.com/f5/.github/blob/main/CLA/cla-markdown.md)) before any of their changes can be incorporated into an F5 Open Source repository.
105
+
106
+
If you have not yet agreed to the F5 CLA terms and submit a PR to this repository, a bot will prompt you to view and agree to the F5 CLA. You will have to agree to the F5 CLA terms through a comment in the PR before any of your changes can be merged. Your agreement signature will be safely stored by F5 and no longer be required in future PRs.
0 commit comments