# cla **Repository Path**: espocrm/cla ## Basic Information - **Project Name**: cla - **Description**: EspoCRM Contributors License Agreements - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-01 - **Last Updated**: 2025-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```