Skip to content

Commit 1692bc5

Browse files
authored
Merge pull request #22 from JakeLegendXIII/feature/showcase-issue-update
Update 01_Showcase_Submission.yml adding Tags/Platforms and Logo
2 parents 50961aa + e3b912d commit 1692bc5

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/ISSUE_TEMPLATE/01_Showcase_Submission.yml

+37
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,40 @@ 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. These are typically between 340x140 and 125x75 in size.
58+
It is also helpful if they have a drop shadow under them to help with visibility on the site.
59+
Please see the home and showcase pages for examples of how the screenshots and logos are used together.
60+
You can drag-and-drop it from a directory into this textbox or copy and paste the image here.
61+
If the file type is not supported, you can zip it then upload that instead.
62+
- type: checkboxes
63+
id: tags
64+
attributes:
65+
label: Tags / Platforms
66+
description: |
67+
Please select the appropriate tags and supported platforms for your submission.
68+
For the platforms please select the platforms where MonoGame was used or is supported.
69+
options:
70+
- label: Desktop
71+
- label: Mobile
72+
- label: Console
73+
- label: 2D
74+
- label: 3D
75+
- label: Windows
76+
- label: Mac
77+
- label: Linux
78+
- label: iOS
79+
- label: Android
80+
- label: WindowsPhone
81+
- label: NintendoSwitch
82+
- label: PlayStation4
83+
- label: PlayStation5
84+
- label: Xbox
85+
- label: PSVita
86+
- label: Library

0 commit comments

Comments
 (0)