-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeetup-issue-template.yml
More file actions
120 lines (115 loc) · 3.48 KB
/
meetup-issue-template.yml
File metadata and controls
120 lines (115 loc) · 3.48 KB
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
115
116
117
118
119
120
"name": "Meetup"
"description": "Gather meetup event organization data"
"title": "[Meetup]"
"labels":
- "meetup"
"body":
- "type": "input"
"id": "event_title"
"attributes":
"label": "Event Title"
"description": "Provide the title of the event"
"placeholder": "Enter the event title"
- "type": "input"
"id": "event_date"
"attributes":
"label": "Event date"
"description": "Specify the proposed date for the event.
Format: YYYY-MM-DD\n"
"placeholder": "YYYY-MM-DD"
- "type": "dropdown"
"id": "hoster"
"attributes":
"label": "Hosting"
"description": "Pick a hoster"
"options":
- "Hoster 1"
- "Hoster 2"
- "type": "textarea"
"id": "event_description"
"attributes":
"label": "Event Description"
"description": "Short describe the event"
- "type": "markdown"
"attributes":
"value": "<!-- Available speakers -->
<!--
Speaker One; Speaker Two
-->"
- "type": "textarea"
"id": "agenda"
"attributes":
"label": "Agenda"
"description": "Outline the schedule and topics to be discussed"
"placeholder": "- <speaker_1>: <talk_description_1>
- <speaker_2>: <talk_description_2>\n"
- "type": "input"
"id": "meetup_link"
"attributes":
"label": "Meetup Link"
"description": "Provide the link to the Meetup event page"
"placeholder": "https://www.meetup.com/fr-FR/devops-aix-marseille/events/xxxxxxx"
- "type": "input"
"id": "cncf_link"
"attributes":
"label": "CNCF Link"
"description": "Provide the link to the CNCF event page"
"placeholder": "https://community.cncf.io/events/details/cncf-cloud-native-aix-marseille-presents-xxx"
- "type": "input"
"id": "drive_link"
"attributes":
"label": "Drive Link"
"description": "Provide the link to the Google Drive folder"
"placeholder": "https://drive.google.com/drive/folders/xxxxxxxxxxxxxxxxxxxx"
- "type": "checkboxes"
"id": "slides"
"attributes":
"label": "Slides & Content"
"description": "Check items for slides and event content"
"options":
- "label": "Cover image"
- "label": "Basic Slides"
- "label": "Announcements / surveys / news etc..."
- "label": "Slides hosting"
- "label": "Slides speaker(s)"
- "label": "Kahoot / Game"
- "label": "Openfeedback"
- "label": "Goodies"
- "type": "checkboxes"
"id": "communication"
"attributes":
"label": "Communication"
"description": "Select communication items to be prepared"
"options":
- "label": "Announcement"
- "label": "Cover image"
- "label": "Slack - AixMarseille.Tech"
- "label": "Slack - OpenBaR"
- "label": "LinkedIn"
- "label": "BlueSky"
- "type": "dropdown"
"id": "aperitif"
"attributes":
"label": "Aperitif"
"description": "To be provided?"
"options":
- "Yes"
- "No"
- "type": "dropdown"
"id": "restaurant"
"attributes":
"label": "Restaurant / Bar"
"description": "Afterwards?"
"options":
- "Yes"
- "No"
- "type": "checkboxes"
"id": "post-event"
"attributes":
"label": "Post event"
"description": "Select Post event items to be done"
"options":
- "label": "Thanks hoster"
- "label": "Thanks speakers"
- "label": "Share slides to Meetup"
- "label": "Social networks"