Skip to content

Commit 0a74fe8

Browse files
committed
Add design contest template
1 parent 04dd5a6 commit 0a74fe8

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: "PHP 8.5 Release Page Design Content Submission"
2+
description: "Submit your design for the PHP 8.5 Release Page"
3+
labels: ["Design Contest"]
4+
5+
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
25+
id: team
26+
attributes:
27+
label: "Names and Contact Details"
28+
description: "Please provide your contact details"
29+
validations:
30+
required: true
31+
32+
- type: input
33+
id: links
34+
attributes:
35+
label: "Link to mockup/prototype"
36+
description: "Please provide a link to the mockup or prototype if available."
37+
placeholder: "https://example.com/my-design.html"
38+
validations:
39+
required: true
40+
41+
- type: checkboxes
42+
id: license
43+
attributes:
44+
label: "License"
45+
description: |
46+
Submissions must be original. If selected, I agree to license it under
47+
the [same terms as the php.net website](https://www.php.net/copyright.php) and allow
48+
adaptations for implementation.
49+
options:
50+
- label: "I confirm, and agree."
51+
required: true

0 commit comments

Comments
 (0)