Author: Derick Rethans (derickr)
Date: 2025-10-01T11:58:58+01:00

Commit: 
https://github.com/php/web-php/commit/997ae8c049fd8f4cd2bfb585cb17ce7373e08f45
Raw diff: 
https://github.com/php/web-php/commit/997ae8c049fd8f4cd2bfb585cb17ce7373e08f45.diff

Fix layout - as the 'preview' was inaccurate

Changed paths:
  M  .github/ISSUE_TEMPLATE/design-contest.yml


Diff:

diff --git a/.github/ISSUE_TEMPLATE/design-contest.yml 
b/.github/ISSUE_TEMPLATE/design-contest.yml
index 9d2c3fe430..52f555dad2 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:

Reply via email to