An open API service indexing awesome lists of open source software.

https://github.com/espocrm/cla

EspoCRM Contributors License Agreements
https://github.com/espocrm/cla

Last synced: 5 months ago
JSON representation

EspoCRM Contributors License Agreements

Awesome Lists containing this project

README

          

# EspoCRM Contributors License Agreements

This repository serves to manage contributors license agreements at EspoCRM.

To sign [EspoCRM Contributors License Agreement](https://github.com/espocrm/cla/blob/master/cla.md) you need:

1. Fork this repository.

1. Create a new file in the `contributors` directory named `your_github_account_name.md` with the following content:
```
I hereby agree to the terms of the EspoCRM Contributor License Agreement v2.1.

Today's Date

Your Name
```
3. Pull request it back.

### Example

File: `contributors/john.md`

Content:
```
I hereby agree to the terms of the EspoCRM Contributor License Agreement v2.1.

2026-01-25

John Smith
```