Skip to content

Commit 0d9e433

Browse files
committed
Update event template to accept an end date for multi-day events (not required)
1 parent 46c36c4 commit 0d9e433

File tree

1 file changed

+26
-18
lines changed

1 file changed

+26
-18
lines changed
Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: 💁🏽‍♀️ Add an event for maintainers to the calendar 🎙
22
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'
44

55
body:
66
- type: markdown
77
attributes:
88
value: |
99
:tada: Thanks for letting us know about an upcoming event! :tada:
10-
10+
1111
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.
1212
1313
- id: eventname
@@ -16,36 +16,44 @@ body:
1616
label: Event Name
1717
validations:
1818
required: true
19-
19+
2020
- id: date
2121
type: input
2222
attributes:
2323
label: Event Date
24-
placeholder: "MM/DD"
24+
placeholder: 'MM/DD'
2525
validations:
2626
required: true
2727

28+
- id: endDate
29+
type: input
30+
attributes:
31+
label: Event End Date
32+
placeholder: 'MM/DD'
33+
validations:
34+
required: false
35+
2836
- id: UTCStartTime
2937
type: input
3038
attributes:
3139
label: Start time in UTC
32-
placeholder: "14:00"
40+
placeholder: '14:00'
3341
validations:
3442
required: true
3543

3644
- id: UTCEndTime
3745
type: input
3846
attributes:
3947
label: End time in UTC
40-
placeholder: "15:00"
48+
placeholder: '15:00'
4149
validations:
4250
required: true
4351

4452
- id: type
4553
type: dropdown
4654
attributes:
4755
label: Event Type
48-
description: "Type of event"
56+
description: 'Type of event'
4957
options:
5058
- conference
5159
- podcast
@@ -61,15 +69,15 @@ body:
6169
type: input
6270
attributes:
6371
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)'
6573
validations:
6674
required: true
6775

6876
- id: location
6977
type: input
7078
attributes:
7179
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'
7381
validations:
7482
required: true
7583

@@ -85,25 +93,25 @@ body:
8593
type: input
8694
attributes:
8795
label: Event URL
88-
description: "Web URL of event"
89-
placeholder: "https://"
96+
description: 'Web URL of event'
97+
placeholder: 'https://'
9098

9199
- id: eventdescription
92100
type: textarea
93101
attributes:
94102
label: Event Description
95-
description: "What is this event about?"
96-
103+
description: 'What is this event about?'
104+
97105
- id: expectedparticipants
98106
type: input
99107
attributes:
100108
label: Participants
101-
description: "Expected number of participants"
102-
placeholder: "###"
103-
109+
description: 'Expected number of participants'
110+
placeholder: '###'
111+
104112
- id: expectedmaintainers
105113
type: input
106114
attributes:
107115
label: Maintainers
108-
description: "Expected number of maintainers participating"
109-
placeholder: "###"
116+
description: 'Expected number of maintainers participating'
117+
placeholder: '###'

0 commit comments

Comments
 (0)