Skip to content

Instantly share code, notes, and snippets.

@selenium-ci
Created November 23, 2019 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save selenium-ci/90e5715f953d820cf3fc6f2c22f4184c to your computer and use it in GitHub Desktop.
Save selenium-ci/90e5715f953d820cf3fc6f2c22f4184c to your computer and use it in GitHub Desktop.
Selenium Project CLA
{
"name": {
"title": "Full Name",
"type": "string",
"githubKey": "name"
},
"email": {
"title": "E-Mail",
"type": "string",
"githubKey": "email",
"required": true
},
"agreement": {
"title": "I have read and agree to the CLA",
"type": "boolean",
"required": true
},
"category": {
"title": "Is this Contribution being made on behalf of a corporation? ",
"type": {
"enum": [
"Yes",
"No"
]
},
"required": true
},
"corporation": {
"title": "If Yes, please state the name of the corporation",
"type": "string"
},
"country": {
"title": "Country",
"type": "string"
},
"phone": {
"title": "Phone Number",
"type": "string"
}
}
Software Freedom Conservancy, the non-profit corporate home of the Selenium Project, requests that You sign a Contributor License Agreement ("CLA") regarding any software code and/or documentation You desire to contribute to the Selenium Project ("Contribution").
By submitting your Contribution to the Selenium Project, You hereby agree to license your Contribution under the Apache License, Version 2.0, and to include the appropriate copyright notice required by the license.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment