Last active
October 4, 2016 10:32
-
-
Save sdirix/3ed038232d0c4015bc94b6fcc416f56f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Example CLA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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