Skip to content

Commit bb386fc

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

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
validations:
31+
required: true
32+
33+
- type: checkboxes
34+
id: license
35+
attributes:
36+
label: "License"
37+
description: |
38+
Submissions must be original. If selected, I agree to license it under
39+
the [same terms as the php.net website](https://www.php.net/copyright.php) and allow
40+
adaptations for implementation.
41+
options:
42+
- label: "I confirm, and agree."
43+
required: true

0 commit comments

Comments
 (0)