Skip to content

Instantly share code, notes, and snippets.

@sdirix
Last active October 4, 2016 10:32
Show Gist options
  • Save sdirix/3ed038232d0c4015bc94b6fcc416f56f to your computer and use it in GitHub Desktop.
Save sdirix/3ed038232d0c4015bc94b6fcc416f56f to your computer and use it in GitHub Desktop.
{
"name": {
"title": "Full Name",
"type": "string",
"githubKey": "name",
"required": true
},
"email": {
"title": "Email Address",
"type": "string",
"required": true,
"githubKey": "email"
},
"address": {
"title": "Mailing Address",
"type": "string",
"required": true
},
"country": {
"title": "Country",
"type": "string",
"required": true
},
"corporation": {
"title": "Corporate Contributor Information",
"type": "string",
"required": true,
"description": "Please enter the company you are working for. You may enter 'self-employed' or 'student' if appropriate."
},
"agreement": {
"title": "I have read and agree to the CLA",
"type": "string",
"required": true,
"description": "Please type the exact text 'I AGREE' to indicate your agreement."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment