Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
veeti-k committed Jul 21, 2023
2 parents bcb0200 + b506d3c commit c90c9d7
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/new-event.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Uusi tapahtuma
description: Lisää uusi tapahtuma
body:
- type: input
id: date
validations:
required: true
attributes:
label: Ajankohta
placeholder: "Päivämäärä muodossa: (?)"

- type: input
id: location
validations:
required: true
attributes:
label: Paikka
placeholder: "Osoite tai paikan nimi (?)"

- type: input
id: organisator
validations:
required: true
attributes:
label: Järjestäjä
placeholder: Järjestäjä

- type: textarea
id: description
validations:
required: true
attributes:
label: Kuvaus
placeholder: Kuvaus

- type: input
id: joinLink
validations:
required: true
attributes:
label: Ilmottautumislinkki
placeholder: Ilmottautumislinkki

0 comments on commit c90c9d7

Please sign in to comment.