Skip FOLIO Project Navigation

GitHub and Twitter:

The FOLIO Project uses the Apache License, Version 2.0 for its code and requires developers to acknowledge their contributions to the project using this license.

Contents of the CLA

The contents of the Contributor License Agreement (CLA) are stored in a Gist on GitHub:

The FOLIO Project uses GitHub pull request (PR) status checks to register a contributor’s acknowledgement of the license agreement. Before a pull request can be merged, all contributors to the pull request must acknowledge their agreement with the terms. This acknowledgement is through each contributor signing into https://cla-assistant.io/ using their GitHub account. The screen captures below describe the process. The acknowledgement of the FOLIO CLA covers all pull requests to the FOLIO Project GitHub Organization. A new acknowledgement will be required if the text of the CLA changes.

Acknowledging the FOLIO Contributor License Agreement

Git repositories in the folio-org GitHub organization have pull request checks that run automated processes when the pull request is made. One of these checks verifies that all individual committers to the code in the pull request have acknowledged the FOLIO CLA. When a pull request is made and one of the contributors has not acknowledged the CLA, the CLA-Assistant will add a message to the pull request.

Pull request status check without CLA signature

Following the CLA not yet signed link leads to the CLA-Assistant page with the text of the Contributor License Agreement displayed and a link to sign into the CLA-Assistant via GitHub.

Display test of CLA and ask to sign in via GitHub

GitHub displays a page that asks the contributor to authorize https://cla-assistant.io/ and send that website the contributor’s email address.

Sign the CLA through GitHub authorization

After a few seconds, the contributor is redirected to the GitHub pull request page and the CLA-Assistant pull request check now passes.

Pull request status check with CLA signature

NOTE: All contributors must acknowledge the CLA before the CLA-Assistant pull request check will pass.

Fix a stuck status check

Occasionally there is a glitch, whereby this status check fails to register, even though the contributor has already acknowledged their CLA. The message on the GitHub PR will be something like:
“license/cla Expected — Waiting for status to be reported”.

Being a required status check, this results in hold-ups with the PR.

One cause is when GitHub status is reporting problems with its notifications API, which the CLA agent uses to check PRs. Another cause might be the busy agent facility.

However, be patient. Sometimes it is just slow, and doing manual refresh might not help.

If it is truly seized, then the status check can be manually refreshed using a URL of the following form. Replace the <repo> with the repository name, and the <pr-number> with the pull-request number.

https://cla-assistant.io/check/folio-org/<repo>?pullRequest=<pr-number>