Skip to content

Commit e15367a

Browse files
committed
Add an issue template
1 parent 904f2e5 commit e15367a

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
name: Event submission
2+
description: Share a meetup or conference with the GraphQL community
3+
title: "Event submission: "
4+
labels:
5+
- event
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: >
10+
Tell us about the next moment your corner of the GraphQL ecosystem gathers.
11+
These details feed the Events & Meetups page so more folks can find you and show up.
12+
- type: dropdown
13+
id: event_type
14+
attributes:
15+
label: What kind of gathering is it?
16+
options:desc
17+
- Meetup
18+
- Conference
19+
validations:
20+
required: true
21+
- type: input
22+
id: event_name
23+
attributes:
24+
label: Event name
25+
placeholder: GraphQL Amsterdam
26+
validations:
27+
required: true
28+
- type: textarea
29+
id: event_summary
30+
attributes:
31+
label: What should people expect?
32+
placeholder: A full day of GraphQL deep dives and hallway conversations in Amsterdam.
33+
- type: input
34+
id: event_start
35+
attributes:
36+
label: Start date and time
37+
description: Include the timezone or UTC offset, for example 2025-09-08 09:00 CEST.
38+
placeholder: 2025-09-08 09:00 CEST
39+
validations:
40+
required: true
41+
- type: input
42+
id: event_end
43+
attributes:
44+
label: End date or final session time
45+
description: Useful for multi-day conferences or evening meetups with an end time.
46+
placeholder: 2025-09-10 17:00 CEST
47+
- type: input
48+
id: location
49+
attributes:
50+
label: City and country (or Online)
51+
placeholder: Amsterdam, Netherlands
52+
validations:
53+
required: true
54+
- type: input
55+
id: venue
56+
attributes:
57+
label: Venue or neighborhood
58+
description: Optional context that helps locals plan their trip.
59+
placeholder: Beurs van Berlage
60+
- type: input
61+
id: event_link
62+
attributes:
63+
label: Primary event or registration link
64+
placeholder: https://
65+
validations:
66+
required: true
67+
- type: input
68+
id: host_name
69+
attributes:
70+
label: Host organization or meetup group
71+
placeholder: GraphQL Foundation
72+
validations:
73+
required: true
74+
- type: input
75+
id: host_link
76+
attributes:
77+
label: Host link
78+
description: Website, meetup page, or social profile.
79+
placeholder: https://www.meetup.com/amsterdam-graphql-meetup/
80+
- type: input
81+
id: contact
82+
attributes:
83+
label: Contact email or Discord username
84+
placeholder: john.doe@example.com
85+
- type: textarea
86+
id: extras
87+
attributes:
88+
label: Anything else we should know?
89+
description: CFP deadlines, sponsors, accessibility notes, or other context.

0 commit comments

Comments
 (0)