This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwizard.yml
114 lines (104 loc) · 2.45 KB
/
wizard.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
- type: question
id: project
name: Type of Resolutions
description: What is the board taking action about?
responses:
- id: initial
name: Initial Formation
notes:
- incorporation
- officers
- accounting year
- banking
- type: input
id: name
name: Corporation Name
description: What is the full legal name of the corporation?
placeholder: Acme, Inc.
- type: question
id: jurisdiction
name: Corporate Jurisdiction
description: Under which state's law was the corporation formed?
responses:
- id: delaware
name: Delaware
- id: california
name: California
- type: question
id: exemption
name: Corporation Type
description: What type of organization is the corporation?
responses:
- id: business
name: Business
- id: charity
name: Charity
notes:
- exempt from federal tax under 501(c)(3)
- id: league
name: Business League
notes:
- exempt from federal tax under 501(c)(6)
- type: question
id: members
requires:
or:
- exemption: charity
- exemption: league
name: Members
description: Will the corporation have members?
responses:
- id: yes
name: Yes
- id: no
name: No
- type: input
id: ceo
requires:
and:
- project: initial
- exemption: business
name: CEO
description: What is the full legal name of the chief executive officer?
placeholder: Jane Decider
- type: input
id: ed
requires:
and:
- project: initial
- exemption: charity
name: Executive Director
description: What is the full legal name of the executive director?
placeholder: Jane Decider
- type: input
id: cfo
requires:
project: initial
name: Chief Financial Officer
description: What is the full legal name of the chief financial officer?
placeholder: Joe Counter
- type: input
id: treasurer
requires:
project: initial
name: Treasurer
description: What is the full legal name of the treasurer?
placeholder: Joe Counter
- type: input
id: secretary
requires:
project: initial
name: Secretary
description: What is the full legal name of the corporate secretary?
placeholder: Jim Scribbler
- type: question
id: conflicts
name: Conflicts of Interest Policy
description: Will you adopt a conflicts of interest policy?
responses:
- id: yes
name: Yes
notes:
- attach it to the resolutions
- id: no
name: No