mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-20 14:13:42 -05:00
Update add.yml
This commit is contained in:
parent
e75c655752
commit
c1470344b8
1 changed files with 5 additions and 5 deletions
10
.github/ISSUE_TEMPLATE/add.yml
vendored
10
.github/ISSUE_TEMPLATE/add.yml
vendored
|
@ -1,12 +1,12 @@
|
||||||
name: Add a game or app
|
name: add a game
|
||||||
description: Request to add a new game or app to the site
|
description: Request to add a new game or app to the site
|
||||||
title: 'Add: '
|
title: 'Add: '
|
||||||
labels: ['Request']
|
labels: ['add game']
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label:
|
label: Name
|
||||||
placeholder: 'Run 3'
|
placeholder: 'Run 3'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
@ -14,7 +14,7 @@ body:
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label:
|
label: URL
|
||||||
placeholder: 'meep.arpa/games/run3.html'
|
placeholder: 'https://mycoolsite.lol/ubg4/run3'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue