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
|
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: |
|
||||||
|
|
Loading…
Reference in New Issue