mirror of
https://github.com/voxel-im/YinYang.git
synced 2024-11-05 09:43:08 +02:00
21 lines
387 B
YAML
21 lines
387 B
YAML
|
name: add a game
|
||
|
description: request to add a new game to the site
|
||
|
title: 'Add: '
|
||
|
labels: ['add game']
|
||
|
|
||
|
body:
|
||
|
- type: input
|
||
|
attributes:
|
||
|
label: game name
|
||
|
placeholder: 'Run 3'
|
||
|
validations:
|
||
|
required: true
|
||
|
|
||
|
|
||
|
- type: input
|
||
|
attributes:
|
||
|
label: game URL
|
||
|
placeholder: 'https://mycoolsite.lol/ubg4/run3'
|
||
|
validations:
|
||
|
required: true
|