Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 2.96 KB

COMMON_ISSUES.md

File metadata and controls

51 lines (35 loc) · 2.96 KB

Common Issues and their solutions

Please check this document first, before opening an issue for common issues and their solutions. It is split in relevant sections for "Contributors" (contributing to a project and being required to sign a CLA) and "Project Admins" (requiring a CLA for their project and configuring that).

If you encounter a different issue or need further support, please open an issue. Also if you notice any outdated information here, please open an issue or directly a pull request to the them updated.

Contributor

You are not able to sign a CLA?

Please check that all commits in the pull request are associated with a GitHub account. A common problem is that the commit is associated with your internal company or dummy email. GitHub shows it as a gray icon like below.

Greyed out GitHub commit icon

Please check the GitHub help article about "Commits are not linked to any user" to resolve this and ensure that you rewrite/force-push all commits in your pull request.

CLA assistant status or comment not updated?

Sometimes it happens that while you signed the CLA the status doesn't get updated. Might be a technical issue or some other problem. Most temporary issues can be solved by manually triggering a new check with navigating to

https://cla-assistant.io/check/<orgname>/<reponame>?pullRequest=<pr_number>

replacing <orgname>, <reponame> and <pr_number> with your respective values.

A full url would then look like this https://cla-assistant.io/check/cla-assistant/cla-assistant?pullRequest=603.

Project Admin

Unable to link organization?

CLA-assistant can as well manage a CLA for a complete organization. For this the CLA-assistant GitHub OAuth App needs additional permissions:

  1. Click on Configure CLA
  2. Then select want to link an org as below

After you provide this extra auth scope, you will be able to link the whole organization.

CLA assistant status or comment not updated?

Sometimes it happens that while you signed the CLA the status doesn't get updated. Might be a technical issue or some other problem. Most temporary issues can be solved by manually triggering a new check with navigating to

https://cla-assistant.io/check/<orgname>/<reponame>?pullRequest=<pr_number>

replacing <orgname>, <reponame> and <pr_number> with your respective values.

A full url would then look like this https://cla-assistant.io/check/cla-assistant/cla-assistant?pullRequest=603.