Skip to content

Commit b917c7c

Browse files
committed
Merge remote-tracking branch 'upstream/master'
# Conflicts: # index.php
2 parents eac78e7 + 1abaefc commit b917c7c

64 files changed

Lines changed: 2140 additions & 253 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ charset = utf-8
55
insert_final_newline = true
66
trim_trailing_whitespace = true
77

8+
[*.js]
9+
indent_size = 2
10+
indent_style = space
11+
812
[*.yaml]
913
indent_size = 2
1014
indent_style = space

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @saundefined @sy-records @sgolemon
1+
* @saundefined @sy-records @sgolemon @derickr
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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: input
7+
id: team
8+
attributes:
9+
label: "Names and Contact Details"
10+
description: "Please provide your contact details"
11+
validations:
12+
required: true
13+
14+
- type: input
15+
id: links
16+
attributes:
17+
label: "Link to mockup/prototype"
18+
description: "Please provide a link to the mockup or prototype if available."
19+
placeholder: "https://example.com/my-design.html"
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
id: rationale
25+
attributes:
26+
label: "Rationale (300-600 words)"
27+
description: |
28+
Explain information hierarchy, layout choices, and how the design meets
29+
goals. You must add 3 to 5 screenshots through "Paste, drop, or click
30+
to add files".
31+
validations:
32+
required: true
33+
34+
- type: checkboxes
35+
id: license
36+
attributes:
37+
label: "License"
38+
description: |
39+
Submissions must be original. If selected, I agree to license it under
40+
the [same terms as the php.net website](https://www.php.net/copyright.php) and allow
41+
adaptations for implementation.
42+
options:
43+
- label: "I confirm, and agree."
44+
required: true

.github/ISSUE_TEMPLATE/download-page.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ body:
88
value: |
99
Thanks for taking the time to suggest an improvement or idea for the **Downloads Page**.
1010
Please provide as much detail as possible so we can understand your suggestion.
11+
Please **do not** use this issue tracker for reporting issues with installing PHP, as
12+
this is not a support forum. Instead head to [our support page](https://www.php.net/support.php).
1113
1214
- type: input
1315
id: summary

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
php-version: "${{ matrix.php-version }}"
6565

6666
- name: Use Node.js ${{ matrix.node-version }}
67-
uses: actions/setup-node@v4
67+
uses: actions/setup-node@v5
6868
with:
6969
node-version: ${{ matrix.node-version }}
7070

.github/workflows/update-screenshots.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
php-version: "${{ matrix.php-version }}"
3434

3535
- name: Use Node.js ${{ matrix.node-version }}
36-
uses: actions/setup-node@v4
36+
uses: actions/setup-node@v5
3737
with:
3838
node-version: ${{ matrix.node-version }}
3939

0 commit comments

Comments
 (0)