Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,12 @@ By making a contribution to this project, I certify that:
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
```

## Maintainers

| Organization | Name |
|:---------------------|:------------------|
| The Linux Foundation | Janina Szkut |
| The Linux Foundation | David Deal |
| The Linux Foundation | Fayaz Ghiasy |
| The Linux Foundation | Nirav Patel |
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,26 @@

[![CircleCI](https://circleci.com/gh/communitybridge/easy-cla.svg?style=svg&circle-token=936fbcd340fff1b26453a2f46ffeab48f4fd3be4)](https://circleci.com/gh/communitybridge/easy-cla)

Contributor License Agreement (CLA) project. This repository contains the
backend and front-end UI for supporting and managing:
The Contributor License Agreement (CLA) service of the Linux Foundation lets
project contributors read, sign, and submit contributor license agreements easily.

- Individual Contributor License Agreement (ICLA)
- Corporate Contributor License Agreement (CCLA)
This repository contains both the backend and front-end UI for supporting and
managing the application.

This platform supports both GitHub and Gerrit source code repositories.
Additional information can be found in the [User's Guide](#users-guide).

## Users Guide

A user's guide can be found
[on the Contributor License Agreement public confluence pages](https://docs.linuxfoundation.org/display/DOCS/Contributor+License+Agreement+User+Guide).

## Third-party Services

Besides integration with Auth0 and Salesforce, the CLA system has the following third party services:

- [Docusign](https://www.docusign.com/) for CLA agreement e-sign flow
- [Docraptor](https://docraptor.com/) for convert html CLA template as PDF file
- [Docusign](https://www.docusign.com/) for CLA agreement e-sign flow
- [Docraptor](https://docraptor.com/) for convert html CLA template as PDF file

## CLA Backend

Expand All @@ -36,9 +42,9 @@ handling in the Corporate Console.
CLA frontend consists of three independent SPA build with
[Ionic](https://ionicframework.com/) framework.

- `frontend-project-management-console` for LinuxFoundation director/admin/user to manage project CLA
- `cla-frontend-corporate-console` for any concrete company CLA manager to sign CCLA and manage employee CLA whitelist
- `cla-frontend-console` for any project contributor to sign ICLA or CCLA
- `frontend-project-management-console` for LinuxFoundation director/admin/user to manage project CLA
- `cla-frontend-corporate-console` for any concrete company CLA manager to sign CCLA and manage employee CLA whitelist
- `cla-frontend-console` for any project contributor to sign ICLA or CCLA

## License

Expand Down