Skip to content

Commit c9b13bf

Browse files
committed
Update plus code input label and description for clarity in event template
1 parent dcd80fc commit c9b13bf

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE/new-event.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ body:
1818
placeholder: PCD @ Example City
1919
validations:
2020
required: true
21+
- type: input
22+
id: plus_code
23+
attributes:
24+
label: Map placement
25+
description: Find or verify the plus code for your event location at https://plus.codes. If your event is online or the location is still to be determined, use a general location such as the city center or a relevant landmark. The plus code should be 10 or 11 characters long (e.g. 9F4MFCCM+JF).
26+
placeholder: 9F4MFCCM+JF
27+
validations:
28+
required: true
2129
- type: dropdown
2230
id: format
2331
attributes:
@@ -33,14 +41,6 @@ body:
3341
label: Event URL (only for online events)
3442
description: For online events, provide the URL where the event will take place (e.g. Zoom link, YouTube live stream, etc.).
3543
placeholder: https://zoom.us/j/123456789
36-
- type: input
37-
id: plus_code
38-
attributes:
39-
label: Map placement (required for both in-person and online events)
40-
description: Find or verify the plus code for your event location at https://plus.codes.
41-
placeholder: 9F4MFCCM+JF
42-
validations:
43-
required: true
4444
- type: input
4545
id: primary_contact_name
4646
attributes:

0 commit comments

Comments
 (0)