pages/.github/ISSUE_TEMPLATE/add.yml
2025-03-14 08:04:46 -04:00

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