You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: 💁🏽♀️ Add an event for maintainers to the calendar 🎙
2
2
description: Use this form to add an event for maintainers or highlighting maintainers to the Maintainer Month calendar.
3
-
title: "EVENT_NAME"
3
+
title: 'EVENT_NAME'
4
4
5
5
body:
6
6
- type: markdown
7
7
attributes:
8
8
value: |
9
9
:tada: Thanks for letting us know about an upcoming event! :tada:
10
-
10
+
11
11
Use this form to add an event for maintainers or highlighting maintainers to the Maintainer Month calendar. Your request will be reviewed within 72 hours.
12
12
13
13
- id: eventname
@@ -16,36 +16,44 @@ body:
16
16
label: Event Name
17
17
validations:
18
18
required: true
19
-
19
+
20
20
- id: date
21
21
type: input
22
22
attributes:
23
23
label: Event Date
24
-
placeholder: "MM/DD"
24
+
placeholder: 'MM/DD'
25
25
validations:
26
26
required: true
27
27
28
+
- id: endDate
29
+
type: input
30
+
attributes:
31
+
label: Event End Date
32
+
placeholder: 'MM/DD'
33
+
validations:
34
+
required: false
35
+
28
36
- id: UTCStartTime
29
37
type: input
30
38
attributes:
31
39
label: Start time in UTC
32
-
placeholder: "14:00"
40
+
placeholder: '14:00'
33
41
validations:
34
42
required: true
35
43
36
44
- id: UTCEndTime
37
45
type: input
38
46
attributes:
39
47
label: End time in UTC
40
-
placeholder: "15:00"
48
+
placeholder: '15:00'
41
49
validations:
42
50
required: true
43
51
44
52
- id: type
45
53
type: dropdown
46
54
attributes:
47
55
label: Event Type
48
-
description: "Type of event"
56
+
description: 'Type of event'
49
57
options:
50
58
- conference
51
59
- podcast
@@ -61,15 +69,15 @@ body:
61
69
type: input
62
70
attributes:
63
71
label: Event Language
64
-
description: "Primary language of the event (e.g., English, Spanish, Mandarin)"
72
+
description: 'Primary language of the event (e.g., English, Spanish, Mandarin)'
65
73
validations:
66
74
required: true
67
75
68
76
- id: location
69
77
type: input
70
78
attributes:
71
79
label: Event Location
72
-
description: "Primary location of the event - either Virtual or a City + Country"
80
+
description: 'Primary location of the event - either Virtual or a City + Country'
73
81
validations:
74
82
required: true
75
83
@@ -85,25 +93,25 @@ body:
85
93
type: input
86
94
attributes:
87
95
label: Event URL
88
-
description: "Web URL of event"
89
-
placeholder: "https://"
96
+
description: 'Web URL of event'
97
+
placeholder: 'https://'
90
98
91
99
- id: eventdescription
92
100
type: textarea
93
101
attributes:
94
102
label: Event Description
95
-
description: "What is this event about?"
96
-
103
+
description: 'What is this event about?'
104
+
97
105
- id: expectedparticipants
98
106
type: input
99
107
attributes:
100
108
label: Participants
101
-
description: "Expected number of participants"
102
-
placeholder: "###"
103
-
109
+
description: 'Expected number of participants'
110
+
placeholder: '###'
111
+
104
112
- id: expectedmaintainers
105
113
type: input
106
114
attributes:
107
115
label: Maintainers
108
-
description: "Expected number of maintainers participating"
109
-
placeholder: "###"
116
+
description: 'Expected number of maintainers participating'
0 commit comments