Author: Derick Rethans (derickr)
Date: 2026-01-02T14:55:31Z

Commit: 
https://github.com/php/web-php/commit/c27c8222b12242705be4c306220890758f3ee279
Raw diff: 
https://github.com/php/web-php/commit/c27c8222b12242705be4c306220890758f3ee279.diff

Remove the now obsolete design contest issue template

Changed paths:
  D  .github/ISSUE_TEMPLATE/design-contest.yml


Diff:

diff --git a/.github/ISSUE_TEMPLATE/design-contest.yml 
b/.github/ISSUE_TEMPLATE/design-contest.yml
deleted file mode 100644
index 52f555dad2..0000000000
--- a/.github/ISSUE_TEMPLATE/design-contest.yml
+++ /dev/null
@@ -1,44 +0,0 @@
-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: input
-    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";
-    validations:
-      required: true
-
-  - type: textarea
-    id: rationale
-    attributes:
-      label: "Rationale (300-600 words)"
-      description: |
-        Explain information hierarchy, layout choices, and how the design meets
-        goals. You must add 3 to 5 screenshots through "Paste, drop, or click
-        to add files".
-    validations:
-      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](https://www.php.net/copyright.php) and allow
-        adaptations for implementation.
-      options:
-        - label: "I confirm, and agree."
-          required: true

Reply via email to