generated from graphql/wg-template
-
Notifications
You must be signed in to change notification settings - Fork 18
Add an event submission issue template #134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
60e9c02
Add an event submission issue template
hasparus c706c7f
Add Jem as assignee
hasparus 54f3c7c
Update .github/ISSUE_TEMPLATE/event-submission.yml
hasparus b0e7f2a
Update .github/ISSUE_TEMPLATE/event-submission.yml
hasparus 50a177f
Update .github/ISSUE_TEMPLATE/event-submission.yml
hasparus a8c82d8
Update .github/ISSUE_TEMPLATE/event-submission.yml
hasparus b5d288e
Update .github/ISSUE_TEMPLATE/event-submission.yml
hasparus 66b3647
Update .github/ISSUE_TEMPLATE/event-submission.yml
hasparus cae43e4
Update .github/ISSUE_TEMPLATE/event-submission.yml
hasparus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,91 @@ | ||
| name: Event submission | ||
| description: Share a meetup or conference with the GraphQL community | ||
| title: "Event submission: " | ||
| labels: | ||
| - event | ||
| assignees: | ||
| - jemgillam | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: > | ||
| Share your upcoming GraphQL gathering. | ||
| These details will be displayed on the Events & Meetups page so more people can find you. | ||
| - type: dropdown | ||
| id: event_type | ||
| attributes: | ||
| label: What kind of gathering is it? | ||
| options: | ||
| - Meetup | ||
| - Conference | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: event_name | ||
| attributes: | ||
| label: Event name | ||
| placeholder: GraphQL Amsterdam | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: event_summary | ||
| attributes: | ||
| label: What should people expect? | ||
| placeholder: A full day of GraphQL deep dives and hallway conversations in Amsterdam. | ||
| - type: input | ||
| id: event_start | ||
| attributes: | ||
| label: Start date and time | ||
| description: Include the timezone or UTC offset, for example 2025-09-08 09:00 CEST. | ||
| placeholder: 2025-09-08 09:00 CEST | ||
hasparus marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: event_end | ||
| attributes: | ||
| label: End date or final session time | ||
| description: Useful for multi-day conferences or evening meetups with an end time. | ||
| placeholder: 2025-09-10 17:00 CEST | ||
hasparus marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - type: input | ||
| id: location | ||
| attributes: | ||
| label: City and country (or Online) | ||
| placeholder: Amsterdam, Netherlands | ||
hasparus marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: venue | ||
| attributes: | ||
| label: Venue or neighborhood | ||
| description: Optional context that helps locals plan their trip. | ||
| placeholder: Beurs van Berlage | ||
hasparus marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - type: input | ||
| id: event_link | ||
| attributes: | ||
| label: Primary event or registration link | ||
| placeholder: https:// | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: host_name | ||
| attributes: | ||
| label: Host organization or meetup group | ||
| placeholder: GraphQL Foundation | ||
hasparus marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: host_link | ||
| attributes: | ||
| label: Host link | ||
| description: Website, meetup page, or social profile. | ||
| placeholder: https://www.meetup.com/amsterdam-graphql-meetup/ | ||
hasparus marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - type: input | ||
| id: contact | ||
| attributes: | ||
| label: Contact email or Discord username | ||
| placeholder: john.doe@example.com | ||
| - type: textarea | ||
| id: extras | ||
| attributes: | ||
| label: Anything else we should know? | ||
| description: CFP deadlines, sponsors, accessibility notes, or other context. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.