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
- Host: GitHub
- URL: https://github.com/espocrm/cla
- Owner: espocrm
- Created: 2015-10-12T08:12:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2026-01-16T07:40:04.000Z (5 months ago)
- Last Synced: 2026-01-16T22:42:40.932Z (5 months ago)
- Homepage:
- Size: 158 KB
- Stars: 5
- Watchers: 4
- Forks: 89
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Cla: cla.md
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
```