Skip to content

Commit

Permalink
Merge pull request #205 from Brilator/event-template1000
Browse files Browse the repository at this point in the history
polish issue template
  • Loading branch information
Freymaurer authored Oct 21, 2024
2 parents 1f0313c + 4d4588f commit c27529f
Showing 1 changed file with 34 additions and 18 deletions.
52 changes: 34 additions & 18 deletions .github/ISSUE_TEMPLATE/event.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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/).
description: "Add an event to be listed on the [DataPLANT events site](https://nfdi4plants.org/events/). Details: https://github.com/nfdi4plants/nfdi4plants.github.io/blob/main/CONTRIBUTING.md"
title: "[Add event]: "
body:
- type: input
Expand All @@ -9,10 +9,10 @@ body:
validations:
required: true
- type: input
id: description
id: excerpt
attributes:
label: Description
description: Max. 200 signs.
label: Excerpt
description: Add a short (max. 200 signs) description about the event
validations:
required: true
- type: dropdown
Expand All @@ -23,6 +23,8 @@ body:
- OnlineEventAttendanceMode
- OfflineEventAttendanceMode
- MixedEventAttendanceMode
validations:
required: true
- type: dropdown
id: category
attributes:
Expand All @@ -33,17 +35,19 @@ body:
- Webinar
- Training
- Meeting
validations:
required: true
- type: dropdown
id: audience
attributes:
label: audience
label: Audience
options:
- Users
- Data Stewards
- Developers
multiple: true
validations:
required: false
required: True
- type: dropdown
id: recurrence
attributes:
Expand All @@ -54,6 +58,8 @@ body:
- Series
description: |
Single = one-time event; Series = multiple-session event planned for non-consecutive days; Periodic = regularily repeating (e.g. Data Steward Circle)
validations:
required: true
- type: textarea
id: when
attributes:
Expand Down Expand Up @@ -95,26 +101,28 @@ body:
affiliation: DataPLANT
url: https://www.nfdi4plants.org
validations:
required: true
required: false
- type: textarea
id: tutors
attributes:
label: Tutors
description: List of tutors
description: List of tutors. You can use html to add links or styling
value: |
- Sir Tutor-A-Lot (<a href="https://www.nfdi4plants.org">DataPLANT</a>)
- Edna Krabappel
tutors:
- Edna Krabappel
- Sir Tutor-A-Lot (<a href="https://www.nfdi4plants.org">DataPLANT</a>)
validations:
required: false
- type: textarea
id: registration
attributes:
label: Registration
value: |
url:
description:
deadline:
seats:
registration:
url:
description:
deadline:
seats:
description: |
url: link to a registration form or a mailto-link (email address)
description: add additional details to the registration
Expand All @@ -128,12 +136,13 @@ body:
attributes:
label: Location
value: |
url:
name:
address:
location:
name:
url:
address:
description: |
url: link to hybrid meeting or directions (e.g. online map)
name: 50 signs max.
name: Short (max. 50 signs) name of the location
address: Street address and room
render: markdown
validations:
Expand All @@ -156,3 +165,10 @@ body:
attributes:
label: Image
description: add an image URL here or upload an image via comment to the issue
- type: input
id: external-link
attributes:
label: External link
description: "Add a link to an external resource"
validations:
required: false

0 comments on commit c27529f

Please sign in to comment.