mirror of
https://github.com/voxel-im/YinYang.git
synced 2024-11-05 09:43:08 +02:00
Create edit.yml
This commit is contained in:
parent
e2472bf5eb
commit
fb693b6f10
1 changed files with 21 additions and 0 deletions
21
.github/ISSUE_TEMPLATE/edit.yml
vendored
Normal file
21
.github/ISSUE_TEMPLATE/edit.yml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
name: edit game
|
||||
description: request to edit/fix game
|
||||
title: 'Edit: '
|
||||
labels: ['edit stream']
|
||||
|
||||
body:
|
||||
- type: input
|
||||
attributes:
|
||||
label: new game URL
|
||||
description: new link to the game
|
||||
placeholder: 'https://23apples.gg/run3'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: game name
|
||||
description: "name of the game"
|
||||
placeholder: 'Run 3'
|
||||
validations:
|
||||
required: true
|
Loading…
Reference in a new issue