mirror of
https://github.com/voxel-im/YinYang.git
synced 2024-11-22 07:53:09 +02:00
Create add.yml
This commit is contained in:
parent
414f76caf3
commit
6942447116
1 changed files with 17 additions and 0 deletions
17
.github/ISSUE_TEMPLATE/add.yml
vendored
Normal file
17
.github/ISSUE_TEMPLATE/add.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
name: request a game
|
||||||
|
description: request to add a game to the site
|
||||||
|
title: 'request a game'
|
||||||
|
labels: ['NONE']
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: link (must be fullscreen)
|
||||||
|
placeholder: 'https://static.myreallycool.site/embedded-page'
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: game name
|
||||||
|
placeholder: 'Bloons TD'
|
||||||
|
required: true
|
Loading…
Reference in a new issue