From 997ae8c049fd8f4cd2bfb585cb17ce7373e08f45 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Wed, 1 Oct 2025 11:58:58 +0100 Subject: [PATCH] Fix layout - as the 'preview' was inaccurate --- .github/ISSUE_TEMPLATE/design-contest.yml | 31 +++++++++-------------- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/design-contest.yml b/.github/ISSUE_TEMPLATE/design-contest.yml index 9d2c3fe43..52f555dad 100644 --- a/.github/ISSUE_TEMPLATE/design-contest.yml +++ b/.github/ISSUE_TEMPLATE/design-contest.yml @@ -3,25 +3,7 @@ description: "Submit your design for the PHP 8.5 Release Page" labels: ["Design Contest"] body: - - type: textarea - id: rationale - attributes: - label: "Rationale (300-600 words)" - description: | - Explain information hierarchy, layout choices, and how the design meets - goals. - validations: - required: true - - - type: markdown - id: screenshot - attributes: - value: | - ## Screenshots - - You must add 3 to 5 screenshots to this submission. - - - type: textarea + - type: input id: team attributes: label: "Names and Contact Details" @@ -38,6 +20,17 @@ body: validations: required: true + - type: textarea + id: rationale + attributes: + label: "Rationale (300-600 words)" + description: | + Explain information hierarchy, layout choices, and how the design meets + goals. You must add 3 to 5 screenshots through "Paste, drop, or click + to add files". + validations: + required: true + - type: checkboxes id: license attributes: