mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-19 05:33:40 -05:00
20 lines
377 B
YAML
20 lines
377 B
YAML
name: Request
|
|
description: Request to add a new game or app to the site
|
|
title: 'Add: '
|
|
labels: ['Request']
|
|
|
|
body:
|
|
- type: input
|
|
attributes:
|
|
label: Name
|
|
placeholder: 'Run 3'
|
|
validations:
|
|
required: true
|
|
|
|
|
|
- type: input
|
|
attributes:
|
|
label: URL
|
|
placeholder: 'https://mangos.arpa/run3.html'
|
|
validations:
|
|
required: true
|