Skip to content

Commit 0aea74a

Browse files
committed
Move forum thread URL input to the new event template, clarify description, and make it mandatory
1 parent aa9109b commit 0aea74a

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/new-event.yml

Lines changed: 8 additions & 6 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: forum_thread_url
23+
attributes:
24+
label: Forum discussion URL
25+
description: Post a thread in the [Processing forum](https://discourse.processing.org/c/pcd/pcd-worldwide-2026) (`PCD @ Your City 2026`) as a public discussion space for your event. Paste the URL to that thread here.
26+
placeholder: https://discourse.processing.org/t/pcd-worldwide-2026/48081
27+
validations:
28+
required: true
2129
- type: input
2230
id: plus_code
2331
attributes:
@@ -170,12 +178,6 @@ body:
170178
- label: Student project presentations
171179
- label: Screening
172180
- label: Other
173-
- type: input
174-
id: forum_thread_url
175-
attributes:
176-
label: Forum discussion URL
177-
description: Optional Processing forum thread with updates.
178-
placeholder: https://discourse.processing.org/t/pcd-worldwide-2026/48081
179181
- type: textarea
180182
id: maintainer_notes
181183
attributes:

0 commit comments

Comments
 (0)