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
6dec5be24b
commit
e2472bf5eb
1 changed files with 20 additions and 0 deletions
20
.github/ISSUE_TEMPLATE/add.yml
vendored
Normal file
20
.github/ISSUE_TEMPLATE/add.yml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
name: add a game
|
||||||
|
description: request to add a new game to the site
|
||||||
|
title: 'Add: '
|
||||||
|
labels: ['add game']
|
||||||
|
|
||||||
|
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:
|
||||||
|
required: true
|
Loading…
Reference in a new issue