Skip to content

Instantly share code, notes, and snippets.

@robin-drexler
Last active January 23, 2019 07:27
Show Gist options
  • Save robin-drexler/b16b1998cb9c2b07c336b9be0713eace to your computer and use it in GitHub Desktop.
Save robin-drexler/b16b1998cb9c2b07c336b9be0713eace to your computer and use it in GitHub Desktop.
cla test

CLA

hello

{
"name": {
"title": "Full Name",
"type": "string",
"githubKey": "name",
"required": true
},
"address": {
"title": "Postal Adress",
"type": "string",
"required": true
},
"country": {
"title": "Country",
"type": "string",
"required": true
},
"phone": {
"title": "Phone",
"type": "string",
"required": true
},
"email": {
"title": "E-Mail",
"type": "string",
"githubKey": "email",
"required": true
},
"agreement": {
"title": "I accept and agree to the CLA terms and conditions for my present and future Contributions submitted to the Company. Except for the license granted herein to the Company and recipients of software distributed by the Company, I reserve all right, title, and interest in and to my Contributions",
"type": "boolean",
"required": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment