-
-
Notifications
You must be signed in to change notification settings - Fork 49
Add entry for Sujay Dongre in CLA signers #414
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
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 |
|---|---|---|
|
|
@@ -68,6 +68,15 @@ | |
| ], | ||
| "signed_date": "2025-12-31", | ||
| "cla_version": "1.0" | ||
| }, | ||
| { | ||
| "name": "Sujay Dongre", | ||
| "github_username": "sujay-d07", | ||
| "emails": [ | ||
| "sujaydongre07@gmail.com" | ||
| ], | ||
| "signed_date": "2026-01-01", | ||
| "cla_version": "1.0" | ||
| } | ||
|
Comment on lines
+72
to
80
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. Critical: Duplicate entry for the same individual. An entry for Sujay Dongre (github_username: If the contributor needs to re-sign with an updated date, update the existing entry's 🔎 Proposed fix: Update existing entry instead of adding duplicateRemove the new duplicate entry (lines 72-80) and update the existing entry's signed_date: "signed_date": "2025-12-31",
"cla_version": "1.0"
- },
- {
- "name": "Sujay Dongre",
- "github_username": "sujay-d07",
- "emails": [
- "sujaydongre07@gmail.com"
- ],
- "signed_date": "2026-01-01",
- "cla_version": "1.0"
}
],And update the existing entry at lines 37-44: {
"name": "Sujay Dongre",
"github_username": "sujay-d07",
"emails": [
"sujaydongre07@gmail.com"
],
- "signed_date": "2024-12-29",
+ "signed_date": "2026-01-01",
"cla_version": "1.0"
},
🤖 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.
This entry for Sujay Dongre is a duplicate. The same person with the same GitHub username (sujay-d07) and email (sujaydongre07@gmail.com) already exists in the CLA signers list at lines 37-43 with a signed date of "2024-12-29". Adding this duplicate entry will cause issues with CLA validation. Please remove this duplicate entry.