Skip to content

Commit 7fd4a61

Browse files
committed
Merge branch 'trunk' into add/css-processing
2 parents 7facf6b + 4becaeb commit 7fd4a61

File tree

285 files changed

+16120
-5667
lines changed

Some content is hidden

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

285 files changed

+16120
-5667
lines changed

.distignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
.github
88
.gitignore
99
.php_cs
10+
.prettierignore
11+
.prettierrc.js
1012
.svnignore
1113
.travis.yml
1214
.wordpress-org

.editorconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# This file is for unifying the coding style for different editors and IDEs
22
# editorconfig.org
3-
3+
#
44
# WordPress Coding Standards
55
# https://make.wordpress.org/core/handbook/coding-standards/
6+
#
7+
# Be sure to keep this file in sync with the .prettierrc.js file.
68

79
root = true
810

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: Helps us improve our product!
3-
labels: [ 'Needs triage', '[Type] Bug' ]
3+
labels: ['Needs triage', '[Type] Bug']
44
type: 'Bug'
55
body:
66
- type: markdown
@@ -20,7 +20,7 @@ body:
2020
- type: textarea
2121
id: summary
2222
attributes:
23-
label: Quick summary
23+
label: Quick summary
2424
- type: textarea
2525
id: steps
2626
attributes:
@@ -63,7 +63,8 @@ body:
6363
id: severity
6464
attributes:
6565
label: Severity
66-
description: What is the severity of this issue? Please take a look at the descriptions below for further context.<br>
66+
description:
67+
What is the severity of this issue? Please take a look at the descriptions below for further context.<br>
6768
<br> - **Critical:** Prevents core functionality or has severe impact on the website/platform.
6869
<br> - **Major:** Significantly impairs important features or has notable impact on the website/platform.
6970
<br> - **Moderate:** Affects non-critical features or has limited impact on the website/platform.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Feature Request
22
description: Suggest an idea for the ActivityPub plugin!
3-
title: "Feature Request:"
4-
labels: ["[Type] Feature Request"]
3+
title: 'Feature Request:'
4+
labels: ['[Type] Feature Request']
55
type: 'Enhancement'
66
body:
77
- type: markdown

.github/changelog/1486-from-description

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/changelog/1521-from-description

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/changelog/1563-from-description

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/changelog/1596-from-description

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/changelog/1599-from-description

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/changelog/1600-from-description

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)