Last active
January 23, 2019 07:27
Revisions
-
robin-drexler revised this gist
Jan 23, 2019 . 1 changed file with 34 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,34 @@ { "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 } } -
robin-drexler created this gist
Jan 22, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ # CLA hello