Skip to content

Commit 5ad69f9

Browse files
committed
Add design contest template
1 parent 04dd5a6 commit 5ad69f9

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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. You must also attach 3 to 5 screenshots.
13+
validations:
14+
required: true
15+
16+
- type: textarea
17+
id: team
18+
attributes:
19+
label: "Names and Contact Details"
20+
description: "Please provide your contact details"
21+
validations:
22+
required: true
23+
24+
- type: input
25+
id: links
26+
attributes:
27+
label: "Link to mockup/prototype"
28+
description: "Please provide a link to the mockup or prototype if available."
29+
placeholder: "https://example.com/my-design.html"
30+
required: true
31+
32+
- type: checkboxes
33+
id: license
34+
attributes:
35+
label: "License"
36+
description: |
37+
Submissions must be original. If selected, I agree to license it under
38+
the [same terms as the php.net website](https://www.php.net/copyright.php) and allow
39+
adaptations for implementation.
40+
options:
41+
- label: "I confirm, and agree."
42+
required: true

0 commit comments

Comments
 (0)