Update mystery_event.yml

- make event name required
- change title to `[Event] ` (from ~~`[Event Proposal]: `~~)
This commit is contained in:
flx-sta 2024-07-10 09:34:23 -07:00 committed by ImperialSympathizer
parent 7bbebb32e2
commit 8907073b6e
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: Mystery Event name: Mystery Event
description: Propose a new mystery event description: Propose a new mystery event
title: "[Event Proposal]: " title: "[Event] "
labels: ["event proposal"] labels: ["event proposal"]
projects: ["AsdarDevelops/1"] projects: ["AsdarDevelops/1"]
body: body:
@ -10,6 +10,8 @@ body:
label: Event Name label: Event Name
description: Name of the event description: Name of the event
placeholder: e.g Fight or Flight placeholder: e.g Fight or Flight
validations:
required: true
- type: markdown # SEPARATOR - type: markdown # SEPARATOR
attributes: attributes:
value: | value: |