Skip to content

Commit c9d2fb6

Browse files
Update 01_Showcase_Submission.yml
1 parent 892d665 commit c9d2fb6

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/ISSUE_TEMPLATE/01_Showcase_Submission.yml

+35
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,38 @@ body:
4747
Please supply a 1920x1080 resolution image of your game here.
4848
You can drag-and-drop it from a directory into this textbox or copy and paste the image here.
4949
If the file type is not supported, you can zip it then upload that instead.
50+
- type: textarea
51+
id: logo
52+
validations:
53+
required: true
54+
attributes:
55+
label: Logo
56+
description: |
57+
Please supply a high resolution version of the logo.
58+
You can drag-and-drop it from a directory into this textbox or copy and paste the image here.
59+
If the file type is not supported, you can zip it then upload that instead.
60+
- type: checkboxes
61+
id: tags
62+
attributes:
63+
label: Tags / Platforms
64+
description: |
65+
Please select the appropriate tags, and supported platforms for your submission.
66+
For the platforms please select the platforms where MonoGame was used or is supported.
67+
options:
68+
- label: Desktop
69+
- label: Mobile
70+
- label: Console
71+
- label: 2D
72+
- label: 3D
73+
- label: Windows
74+
- label: Mac
75+
- label: Linux
76+
- label: iOS
77+
- label: Android
78+
- label: WindowsPhone
79+
- label: NintendoSwitch
80+
- label: PlayStation4
81+
- label: PlayStation5
82+
- label: Xbox
83+
- label: PSVita
84+
- label: Library

0 commit comments

Comments
 (0)