Update mystery_event.yml
- make event name required - change title to `[Event] ` (from ~~`[Event Proposal]: `~~)
This commit is contained in:
parent
7bbebb32e2
commit
8907073b6e
|
@ -1,6 +1,6 @@
|
|||
name: Mystery Event
|
||||
description: Propose a new mystery event
|
||||
title: "[Event Proposal]: "
|
||||
title: "[Event] "
|
||||
labels: ["event proposal"]
|
||||
projects: ["AsdarDevelops/1"]
|
||||
body:
|
||||
|
@ -10,6 +10,8 @@ body:
|
|||
label: Event Name
|
||||
description: Name of the event
|
||||
placeholder: e.g Fight or Flight
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown # SEPARATOR
|
||||
attributes:
|
||||
value: |
|
||||
|
|
Loading…
Reference in New Issue