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

20 lines
380 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://mycoolsite.lol/ubg4/run3'
validations:
required: true