Skip to content

Commit

Permalink
Merge pull request #189 from Brilator/event-registration
Browse files Browse the repository at this point in the history
reshape event issue template
  • Loading branch information
kMutagene authored Oct 10, 2024
2 parents ecac0a6 + 52f1220 commit fb12b1d
Showing 1 changed file with 92 additions and 0 deletions.
92 changes: 92 additions & 0 deletions .github/ISSUE_TEMPLATE/event.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
name: Add event
description: Add an event (e.g. workshop, training or demo) to be listed on the [DataPLANT events site](https://nfdi4plants.org/events/).
title: "[Add event]: "
body:
- type: input
id: start
attributes:
label: Event start time
description: e.g. 2024-10-24T09:00:00
validations:
required: true
- type: input
id: end
attributes:
label: Event end time
description: e.g. 2024-10-24T12:00:00
validations:
required: true
- type: input
id: title
attributes:
label: Event title
validations:
required: true
- type: input
id: organizer
attributes:
label: Organizer(s)
description: Name(s) of contact person(s)
validations:
required: false
- type: input
id: tutors
attributes:
label: Tutor(s)
description: Name(s) of tutor(s)
validations:
required: false
- type: dropdown
id: audience
attributes:
label: audience
options:
- Users
- Data Stewards
- Developers
- Everyone
multiple: true
validations:
required: false
- type: input
id: registration-url
attributes:
label: Registration link or contact
validations:
required: false
- type: input
id: registration-deadline
attributes:
label: Registration deadline
description: Registration deadline date
validations:
required: false
- type: input
id: registration-seats
attributes:
label: Max. number of seats
validations:
required: false
- type: dropdown
id: mode
attributes:
label: Event mode
options:
- On-site
- Online
- Hybrid
- type: dropdown
id: category
attributes:
label: Event category
options:
- Conference
- Hackathon
- Webinar
- Training
- type: input
id: location
attributes:
label: Event location
description: location address, room // hybrid meeting link

0 comments on commit fb12b1d

Please sign in to comment.