mirror of
https://github.com/voxel-im/YinYang.git
synced 2024-11-05 09:43:08 +02:00
Create request.yml
This commit is contained in:
parent
f99c0d99eb
commit
99bccc4f62
1 changed files with 19 additions and 0 deletions
19
.github/request.yml
vendored
Normal file
19
.github/request.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: add a game
|
||||
description: request to add a new game to the site
|
||||
title: 'Add: '
|
||||
labels: ['NONE']
|
||||
|
||||
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:
|
Loading…
Reference in a new issue