-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathSampleBallot.json
33 lines (32 loc) · 1.3 KB
/
SampleBallot.json
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
[
{
"label": "Member Swag",
"shortDesc": "The Item of Business I want to propose is to provide all new members with stickers and t-shirts with the RChain logo on it as part of their membership onboarding package.",
"docLink": "https://gist.github.com/dckc/ca240e5336d0ee3e4f5cf31c4f629a30#member-swag",
"proposals": ["Oppose","Abstain","Support"]
},
{
"label": "Board: DaD",
"shortDesc": "Daffy Duck for Board Member",
"docLink": "https://gist.github.com/dckc/ca240e5336d0ee3e4f5cf31c4f629a30#board-dad",
"proposals": ["Oppose","Abstain","Support"]
},
{
"label": "Board: DoD",
"shortDesc": "Donald Duck for Board Member",
"docLink": "https://gist.github.com/dckc/ca240e5336d0ee3e4f5cf31c4f629a30#board-dod",
"proposals": ["Oppose","Abstain","Support"]
},
{
"label": "Board: WEC",
"shortDesc": "Wile E. Coyote for Board Member",
"docLink": "https://gist.github.com/dckc/ca240e5336d0ee3e4f5cf31c4f629a30#board-wec",
"proposals": ["Oppose","Abstain","Support"]
},
{
"label": "Board: RR",
"shortDesc": "Road Runner for Board Member",
"docLink": "https://gist.github.com/dckc/ca240e5336d0ee3e4f5cf31c4f629a30#board-rr",
"proposals": ["Oppose","Abstain","Support"]
}
]