Skip to content

Commit 997ae8c

Browse files
committed
Fix layout - as the 'preview' was inaccurate
1 parent 3d9d444 commit 997ae8c

1 file changed

Lines changed: 12 additions & 19 deletions

File tree

.github/ISSUE_TEMPLATE/design-contest.yml

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,7 @@ description: "Submit your design for the PHP 8.5 Release Page"
33
labels: ["Design Contest"]
44

55
body:
6-
- type: textarea
7-
id: rationale
8-
attributes:
9-
label: "Rationale (300-600 words)"
10-
description: |
11-
Explain information hierarchy, layout choices, and how the design meets
12-
goals.
13-
validations:
14-
required: true
15-
16-
- type: markdown
17-
id: screenshot
18-
attributes:
19-
value: |
20-
## Screenshots
21-
22-
You must add 3 to 5 screenshots to this submission.
23-
24-
- type: textarea
6+
- type: input
257
id: team
268
attributes:
279
label: "Names and Contact Details"
@@ -38,6 +20,17 @@ body:
3820
validations:
3921
required: true
4022

23+
- type: textarea
24+
id: rationale
25+
attributes:
26+
label: "Rationale (300-600 words)"
27+
description: |
28+
Explain information hierarchy, layout choices, and how the design meets
29+
goals. You must add 3 to 5 screenshots through "Paste, drop, or click
30+
to add files".
31+
validations:
32+
required: true
33+
4134
- type: checkboxes
4235
id: license
4336
attributes:

0 commit comments

Comments
 (0)