-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into bucket/phpstan-and-fixes
- Loading branch information
Showing
706 changed files
with
40,275 additions
and
29,485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_style = tab | ||
insert_final_newline = false | ||
trim_trailing_whitespace = true | ||
|
||
[**.{jshintrc,json,scss-lint,yml}] | ||
indent_style = space | ||
indent_size = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
src/resources/js/**/*.min.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
### 🎫 Ticket | ||
|
||
[TICKET_ID] | ||
<!-- Ticket ID, if there's any put it between brackets --> | ||
|
||
### 🗒️ Description | ||
|
||
<!-- | ||
Please describe what you have changed or added | ||
What types of changes does your code introduce? | ||
Bug fix (non-breaking change which fixes an issue) | ||
New feature (non-breaking change which adds functionality) | ||
Include any important information for reviewers | ||
--> | ||
|
||
### 🎥 Artifacts <!-- if applicable--> | ||
<!-- 🎥 screencast(s) or 📷 screenshot(s) --> | ||
|
||
### ✔️ Checklist | ||
- [ ] Changelog entry in the `readme.txt` file. | ||
- [ ] Code is covered by **NEW** `wpunit` or `integration` tests. | ||
- [ ] Code is covered by **EXISTING** `wpunit` or `integration` tests. | ||
- [ ] Are all the **required** tests passing? | ||
- [ ] Automated code review comments are addressed. | ||
- [ ] Have you added Artifacts? | ||
- [ ] Check the base branch for your PR. | ||
- [ ] Add your PR to the project board for the release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: 'Link to Release Project' | ||
on: [pull_request] | ||
jobs: | ||
link-project: | ||
name: 'Link to Release Project' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: the-events-calendar/gh-action-project-link@main | ||
with: | ||
github-token: ${{ secrets.GHA_BOT_TOKEN_MANAGER }} | ||
template-project-url: https://github.com/orgs/the-events-calendar/projects/29 | ||
project-owner: 'tec-bot' | ||
base-branch-pattern: 'release/*' | ||
name-prefix-remove: 'release/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.13.0 | ||
18.13.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,3 @@ | ||
{ | ||
"extends": "@the-events-calendar/product-taskmaster/config/stylelint", | ||
"rules": { | ||
"font-family-no-missing-generic-family-keyword": [ | ||
true, | ||
{ | ||
"ignoreFontFamilies": [ "dashicons" ], | ||
} | ||
], | ||
"property-no-unknown": [ | ||
true, | ||
{ | ||
"ignoreProperties": [ "font-smoothing" ] | ||
} | ||
] | ||
} | ||
"extends": "@the-events-calendar/product-taskmaster/config/stylelint" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.