mirror of https://github.com/explosion/spaCy.git
16 lines
776 B
Markdown
16 lines
776 B
Markdown
|
Signing the Contributors License Agreement
|
||
|
==========================================
|
||
|
|
||
|
SpaCy is a commercial open-source project, owned by Syllogism Co. We require that contributors to SpaCy sign our Contributors License Agreement, which is based on the Oracle Contributor Agreement.
|
||
|
|
||
|
The CLA must be signed on your first pull request. To do this, simply fill in the file cla_template.md, and include the filed in form in your first pull request.
|
||
|
|
||
|
$ git clone https://github.com/honnibal/spaCy
|
||
|
$ cp spaCy/contributors/cla_template.md spaCy/contributors/<your GitHub username>.md
|
||
|
<Now fill in the file spaCy/contributors/<your GitHub username>.md>
|
||
|
$ git add -A spaCy/contributors/<your GitHub username>.md
|
||
|
|
||
|
Now finish your pull request, and you're done.
|
||
|
|
||
|
|