-
Notifications
You must be signed in to change notification settings - Fork 61
Add Rahul nailoo to CLA signers #746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -64,6 +64,15 @@ | |||||
| "signed_date": "2026-02-17", | ||||||
| "cla_version": "1.0", | ||||||
| "note": "AI coding assistant - commits covered under Mike Morgan authorization" | ||||||
| }, | ||||||
| { | ||||||
| "name": "Rahul nailoo", | ||||||
| "github_username": "nailoo", | ||||||
| "emails": [ | ||||||
| "rahulsinghnailoo@gmail.com" | ||||||
| ], | ||||||
| "signed_date": "2026-02-25", | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
Suggested change
|
||||||
| "cla_version": "1.0" | ||||||
|
Comment on lines
+69
to
+75
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use the actual signing date (currently set to a future date). The new entry’s ✅ Suggested fix (if the signature was recorded today)- "last_updated": "2026-02-17",
+ "last_updated": "2026-02-24",
@@
- "signed_date": "2026-02-25",
+ "signed_date": "2026-02-24",🤖 Prompt for AI Agents |
||||||
| } | ||||||
| ], | ||||||
| "corporations": { | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR description mentions correcting minor formatting in an existing email entry, but this diff only adds a new signer. Please either include the formatting fix in this PR or update the PR description to match the actual changes.