Skip to content

Commit

Permalink
[feat] create event_listing GH issue template yaml
Browse files Browse the repository at this point in the history
[Fixes #11839]
  • Loading branch information
wackerow committed Jan 3, 2024
1 parent 3131a03 commit dadaeba
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions .github/ISSUE_TEMPLATE/event_listing.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
name: Event listing
description: Request an Ethereum event for listing
title: Event listing
labels: ["event :calendar:"]
body:
- type: input
id: event_listing_name
attributes:
label: Event/Meetup Name
description: Name for the event to be listed
validations:
required: true
- type: input
id: event_listing_website
attributes:
label: Website
description: Publicly available website URL to get more information about the event
validations:
required: true
- type: input
id: event_listing_location
attributes:
label: Location (City/Country, or Remote)
description: Geographic location of in-person event, or "Remote" for a virtual event
validations:
required: true
- type: input
id: event_listing_description
attributes:
label: Description
description: Brief description of event
validations:
required: true
- type: input
id: event_listing_start_date
attributes:
label: "Start date: (yyyy-mm-dd)"
description: Start date of event in yyyy-mm-dd format
validations:
required: true
- type: input
id: event_listing_end_date
attributes:
label: "End date: (yyyy-mm-dd)"
description: End date of event in yyyy-mm-dd format
validations:
required: true
- type: textarea
id: event_listing_additional_context
attributes:
label: Additional context
description: Add any other context about the event here
- type: markdown
attributes:
value: |
**Note:**
Events will be only added on the "Upcoming events" table if all fields above are completed, pending approval
- type: markdown
attributes:
value: |
**Want to contribute?**
We love contributions from the Ethereum community! Please comment on an issue if you're interested in helping out with a PR.
- type: checkboxes
id: event_listing_work_on
attributes:
label: Would you like to work on this issue?
options:
- label: "Yes"
required: false

0 comments on commit dadaeba

Please sign in to comment.