Author: Derick Rethans (derickr)
Date: 2025-10-01T11:48:25+01:00
Commit: Add design contest template · php/web-php@5ad69f9 · GitHub
Raw diff: https://github.com/php/web-php/commit/5ad69f9b8c442bf27922a30314170b74e55f1a26.diff
Add design contest template
Changed paths:
A .github/ISSUE_TEMPLATE/design-contest.yml
Diff:
diff --git a/.github/ISSUE_TEMPLATE/design-contest.yml b/.github/ISSUE_TEMPLATE/design-contest.yml
new file mode 100644
index 0000000000..c4f7e15c59
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/design-contest.yml
@@ -0,0 +1,42 @@
+name: "PHP 8.5 Release Page Design Content Submission"
+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. You must also attach 3 to 5 screenshots.
+ validations:
+ required: true
+
+ - type: textarea
+ id: team
+ attributes:
+ label: "Names and Contact Details"
+ description: "Please provide your contact details"
+ validations:
+ required: true
+
+ - type: input
+ id: links
+ attributes:
+ label: "Link to mockup/prototype"
+ description: "Please provide a link to the mockup or prototype if available."
+ placeholder: "https://example.com/my-design.html"
+ required: true
+
+ - type: checkboxes
+ id: license
+ attributes:
+ label: "License"
+ description: |
+ Submissions must be original. If selected, I agree to license it under
+ the [same terms as the php.net website](PHP: Copyright) and allow
+ adaptations for implementation.
+ options:
+ - label: "I confirm, and agree."
+ required: true