From c9d2fb66f626884413ca53191b08360c69f3faf4 Mon Sep 17 00:00:00 2001 From: Jake Kirkbride Date: Tue, 14 Nov 2023 10:00:29 -0500 Subject: [PATCH 1/3] Update 01_Showcase_Submission.yml --- .../ISSUE_TEMPLATE/01_Showcase_Submission.yml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/01_Showcase_Submission.yml b/.github/ISSUE_TEMPLATE/01_Showcase_Submission.yml index 1dc1302a..f8a43dc2 100644 --- a/.github/ISSUE_TEMPLATE/01_Showcase_Submission.yml +++ b/.github/ISSUE_TEMPLATE/01_Showcase_Submission.yml @@ -47,3 +47,38 @@ body: Please supply a 1920x1080 resolution image of your game here. You can drag-and-drop it from a directory into this textbox or copy and paste the image here. If the file type is not supported, you can zip it then upload that instead. +- type: textarea + id: logo + validations: + required: true + attributes: + label: Logo + description: | + Please supply a high resolution version of the logo. + You can drag-and-drop it from a directory into this textbox or copy and paste the image here. + If the file type is not supported, you can zip it then upload that instead. +- type: checkboxes + id: tags + attributes: + label: Tags / Platforms + description: | + Please select the appropriate tags, and supported platforms for your submission. + For the platforms please select the platforms where MonoGame was used or is supported. + options: + - label: Desktop + - label: Mobile + - label: Console + - label: 2D + - label: 3D + - label: Windows + - label: Mac + - label: Linux + - label: iOS + - label: Android + - label: WindowsPhone + - label: NintendoSwitch + - label: PlayStation4 + - label: PlayStation5 + - label: Xbox + - label: PSVita + - label: Library From 9740466936e9f12cab439283d620376bd4c652ed Mon Sep 17 00:00:00 2001 From: Jake Kirkbride Date: Tue, 14 Nov 2023 10:23:20 -0500 Subject: [PATCH 2/3] Remove comma --- .github/ISSUE_TEMPLATE/01_Showcase_Submission.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/01_Showcase_Submission.yml b/.github/ISSUE_TEMPLATE/01_Showcase_Submission.yml index f8a43dc2..38688eee 100644 --- a/.github/ISSUE_TEMPLATE/01_Showcase_Submission.yml +++ b/.github/ISSUE_TEMPLATE/01_Showcase_Submission.yml @@ -62,7 +62,7 @@ body: attributes: label: Tags / Platforms description: | - Please select the appropriate tags, and supported platforms for your submission. + Please select the appropriate tags and supported platforms for your submission. For the platforms please select the platforms where MonoGame was used or is supported. options: - label: Desktop From 8e0dd10fb4d2ab9368e952b6faa0e07629fcf254 Mon Sep 17 00:00:00 2001 From: Jake Kirkbride Date: Tue, 14 Nov 2023 11:07:03 -0500 Subject: [PATCH 3/3] Update logo verbiage to help address new issue --- .github/ISSUE_TEMPLATE/01_Showcase_Submission.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/01_Showcase_Submission.yml b/.github/ISSUE_TEMPLATE/01_Showcase_Submission.yml index 38688eee..834bb400 100644 --- a/.github/ISSUE_TEMPLATE/01_Showcase_Submission.yml +++ b/.github/ISSUE_TEMPLATE/01_Showcase_Submission.yml @@ -54,7 +54,9 @@ body: attributes: label: Logo description: | - Please supply a high resolution version of the logo. + Please supply a high resolution version of the logo. These are typically between 340x140 and 125x75 in size. + It is also helpful if they have a drop shadow under them to help with visibility on the site. + Please see the home and showcase pages for examples of how the screenshots and logos are used together. You can drag-and-drop it from a directory into this textbox or copy and paste the image here. If the file type is not supported, you can zip it then upload that instead. - type: checkboxes