title | sidebar_position |
---|---|
FAQ |
1 |
See the Handbook
- Verify that all contributors to this PR have a signed ECA.
- Verify that the EF account email addresses and the primary email address configured in GitHub match.
- Verify that your commits include the correct email address (tip: add .patch to the GitHub commit url to see the plaintext).
- Make sure you have added your GitHub ID to your Eclipse profile (Section: Social Media Links).
- Check the Helpdesk issues, if there is a known problem or open an issue.
- Go to your Eclipse profile, click on "Eclipse Contributor Agreement" -> ECA Validation Tool
See the Getting Started Page
Use the Eclipse User Profile REST services
- Get the profile with the Eclipse user name:
https://api.eclipse.org/account/profile/{eclipse_username}
- Get the profile with the GitHub user name:
https://api.eclipse.org/github/profile/{github_username}