File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : CLA Supplementary Information
2+ description : >
3+ Provide supplementary CLA information (email and employer declaration).
4+ Complete this after signing the CLA via pull request comment.
5+ title : " [CLA] Supplementary info for @<your-github-username>"
6+ labels : ["cla"]
7+ body :
8+ - type : markdown
9+ attributes :
10+ value : |
11+ Thank you for signing the Lisp-Stat Contributor License Agreement.
12+
13+ Please complete this form to provide your email address and employer
14+ declaration. This information supplements the signature recorded via
15+ pull request and is required by Symbolics Pte. Ltd.
16+
17+ **Only complete this form after posting your signing comment on your
18+ pull request.**
19+
20+ - type : input
21+ id : github-username
22+ attributes :
23+ label : GitHub Username
24+ placeholder : " e.g. octocat"
25+ validations :
26+ required : true
27+
28+ - type : input
29+ id : full-name
30+ attributes :
31+ label : Full Name
32+ placeholder : " e.g. Ada Lovelace"
33+ validations :
34+ required : true
35+
36+ - type : input
37+ id : email
38+ attributes :
39+ label : Email Address
40+ placeholder : " e.g. ada@example.com"
41+ validations :
42+ required : true
43+
44+ - type : input
45+ id : age
46+ attributes :
47+ label : Age
48+ description : Must be 18 or older.
49+ placeholder : " e.g. 35"
50+ validations :
51+ required : true
52+
53+ - type : dropdown
54+ id : signing-capacity
55+ attributes :
56+ label : How are you signing?
57+ options :
58+ - I am signing on behalf of myself.
59+ - I am signing on behalf of my employer.
60+ validations :
61+ required : true
62+
63+ - type : checkboxes
64+ id : agreement
65+ attributes :
66+ label : Confirmation
67+ options :
68+ - label : I have read and agree to the [Lisp-Stat CLA](https://github.com/Lisp-Stat/.github/blob/master/CLA.md).
69+ required : true
You can’t perform that action at this time.
0 commit comments