Skip to content

Instantly share code, notes, and snippets.

@robin-drexler
Last active January 23, 2019 07:27

Revisions

  1. robin-drexler revised this gist Jan 23, 2019. 1 changed file with 34 additions and 0 deletions.
    34 changes: 34 additions & 0 deletions metadata
    Original 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
    }
    }
  2. robin-drexler created this gist Jan 22, 2019.
    3 changes: 3 additions & 0 deletions cla.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    # CLA

    hello