diff --git a/.github/ISSUE_TEMPLATE/new-event.yml b/.github/ISSUE_TEMPLATE/new-event.yml new file mode 100644 index 0000000..d45221c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-event.yml @@ -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