-
Notifications
You must be signed in to change notification settings - Fork 0
deps: Update dependencies and workflows #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,56 @@ | ||
| name: Bug Report | ||
| description: >- | ||
| A bug report. This should be a client-facing issue that needs to be resolved. | ||
| title: 'Bug: ' | ||
| labels: | ||
| - 'type: bug 🐛' | ||
| body: | ||
| - type: textarea | ||
| attributes: | ||
| label: Description | ||
| description: >- | ||
| Please write a brief description of the bug, including what you expected and what actually happened. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Steps to reproduce | ||
| description: >- | ||
| Please list the all the steps needed to reproduce the bug in an *isolated* way. | ||
| placeholder: >- | ||
| 1. Go to "..." | ||
| 2. ... | ||
| 3. Result show X but should be Y | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: additional-notes | ||
| attributes: | ||
| label: Additional Notes | ||
| description: Include any additional notes, context, considerations. | ||
| - type: checkboxes | ||
| attributes: | ||
| label: Please confirm that you have searched existing issues in the repo. | ||
| description: >- | ||
| You can do this by searching | ||
| https://github.com/rtCamp/plugin-skeleton-d/issues and making sure the | ||
| bug is not related to another plugin. | ||
| options: | ||
| - label: 'Yes' | ||
| required: true | ||
| - type: textarea | ||
| id: site-health | ||
| attributes: | ||
| label: Site Health Info | ||
| description: Please include the output of the Site Health Info page, by going to your WordPress `Dashboard > Tools > Site Health > Info`, clicking `Copy site info to clipboard`, and pasting the output here. | ||
| value: | | ||
| <details> | ||
| <summary>Site Health Info</summary> | ||
| <!-- Please leave one blank line below for enabling the code block rendering. --> | ||
|
|
||
| ``` | ||
| PASTE SITE HEALTH INFO HERE | ||
| ``` | ||
| </details> | ||
| validations: | ||
| required: true |
This file contains hidden or 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,11 @@ | ||
| blank_issues_enabled: true | ||
| contact_links: | ||
| - name: 📚 Documentation | ||
| url: https://github.com/rtCamp/plugin-skeleton-d/tree/main/docs | ||
| about: Check the documentation before opening an issue | ||
| - name: 💬 Discussions | ||
| url: https://github.com/rtCamp/plugin-skeleton-d/discussions | ||
| about: Ask questions and discuss ideas | ||
| - name: 🔒 Security Issue | ||
| url: https://github.com/rtCamp/plugin-skeleton-d/security/policy | ||
| about: Report security vulnerabilities privately |
This file contains hidden or 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,41 @@ | ||
| name: Feature request | ||
| description: Suggest an idea for Plugin Skeleton D | ||
| title: 'Feature: ' | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: >- | ||
| Thank you for taking the time to submit a feature request. | ||
|
|
||
|
|
||
| Please make sure to search the repo for [existing feature | ||
| requests](https://github.com/rtCamp/plugin-skeleton-d/issues?q=is%3Aopen+is%3Aissue) | ||
| before creating a new one. | ||
| - type: textarea | ||
| attributes: | ||
| label: What problem does this address? | ||
| description: >- | ||
| Please describe the problem you are trying to solve, including why you | ||
| think this is a problem. | ||
| placeholder: I'm always frustrated when [...] | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: What is your proposed solution? | ||
| description: >- | ||
| Please provide a clear and concise description of your suggested | ||
| solution. | ||
| placeholder: What I'd like to see happen is [...] | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: What alternatives have you considered? | ||
| description: >- | ||
| Please list any alternatives you have considered, and why you think your | ||
| solution is better. | ||
| - type: textarea | ||
| attributes: | ||
| label: Additional Context | ||
| description: Add any other context or screenshots about the feature request here. |
This file contains hidden or 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,47 @@ | ||
| <!-- | ||
| Thanks for taking the time to submit a Pull Request. | ||
| Please make sure to review the Contribution Guidelines before submitting your PR | ||
| https://github.com/rtCamp/plugin-skeleton-d/blob/main/docs/CONTRIBUTING.md | ||
| --> | ||
|
|
||
| ## What | ||
|
|
||
| <!-- In a few words, what does this PR actually change --> | ||
|
|
||
| ## Why | ||
|
|
||
| <!-- Why is this PR necessary? Please any existing previous issue(s) or PR(s) and include a short summary here, too. --> | ||
|
|
||
| ### Related Issue(s): | ||
|
|
||
| <!-- E.g. | ||
| - Fixes | Closes | Part of #456 | ||
| --> | ||
|
|
||
| ## How | ||
|
|
||
| <!-- How does your PR address the issue at hand? What are the implementation details? Please be specific. --> | ||
|
|
||
| ## Testing Instructions | ||
|
|
||
| <!-- Please include step by step instructions on how to test this PR. --> | ||
| <!-- 1. Open a Post or Page. --> | ||
| <!-- 2. Insert a Heading Block. --> | ||
| <!-- 3. etc. --> | ||
|
|
||
| ## Screenshots | ||
|
|
||
| <!-- Include relevant screenshots proving the PR works as intended. --> | ||
|
|
||
| ## Additional Info | ||
|
|
||
| <!-- Please include any relevant logs, error output, etc --> | ||
|
|
||
| ## Checklist | ||
|
|
||
| - [ ] I have read the [Contribution Guidelines](../docs/CONTRIBUTING.md). | ||
| - [ ] My PR title is descriptive and follows the [conventional commit message format](https://www.conventionalcommits.org/en/v1.0.0/). | ||
| - [ ] My code passes all lints (PHPCS, PHPStan, ESLint, etc.). | ||
| - [ ] My code has [detailed inline documentation](https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/). | ||
| - [ ] My code has tests that cover the changes I made. | ||
| - [ ] I have updated the project documentation as needed. |
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -13,6 +13,7 @@ concurrency: | |
|
|
||
| permissions: | ||
| pull-requests: write | ||
| statuses: write | ||
|
|
||
| jobs: | ||
| run: | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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,6 +1,14 @@ | ||
| /** @type {import('stylelint').Config} */ | ||
| module.exports = { | ||
| extends: '@wordpress/stylelint-config/scss', | ||
| ignoreFiles: [ '**/*.js', '**/*.json', '**/*.php', '**/*.svg' ], | ||
| ignoreFiles: [ | ||
| '**/*.js', | ||
| '**/*.json', | ||
| '**/*.jsx', | ||
| '**/*.php', | ||
| '**/*.svg', | ||
| '**/*.ts', | ||
| '**/*.tsx', | ||
| ], | ||
| rules: {}, | ||
| }; |
This file contains hidden or 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,27 +1,12 @@ | ||
| { | ||
| "$schema": "https://schemas.wp.org/trunk/wp-env.json", | ||
| "core": null, | ||
| "testsEnvironment": false, | ||
| "plugins": [ "." ], | ||
| "env": { | ||
| "development": { | ||
| "config": { | ||
| "WP_DEVELOPMENT_MODE": "plugin", | ||
| "WP_ENVIRONMENT_TYPE": "development", | ||
| "WP_DEBUG": true, | ||
| "WP_DEBUG_LOG": "/var/www/html/wp-content/plugins/plugin-skeleton-d/tests/_output/debug.log" | ||
| } | ||
| }, | ||
| "tests": { | ||
| "config": { | ||
| "WP_DEBUG": true, | ||
| "FS_METHOD": "direct" | ||
| }, | ||
| "mappings": { | ||
| "/wp-content/plugins/plugin-skeleton-d": "." | ||
| } | ||
| } | ||
| }, | ||
| "lifecycleScripts": { | ||
| "afterStart": "wp-env run cli wp rewrite structure /%postname%/ --hard" | ||
| "config": { | ||
| "WP_DEVELOPMENT_MODE": "plugin", | ||
| "WP_ENVIRONMENT_TYPE": "development", | ||
| "WP_DEBUG": true, | ||
| "WP_DEBUG_LOG": "/var/www/html/wp-content/plugins/plugin-skeleton-d/tests/_output/debug.log" | ||
| } | ||
| } | ||
This file contains hidden or 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,15 @@ | ||
| { | ||
| "$schema": "https://schemas.wp.org/trunk/wp-env.json", | ||
| "core": null, | ||
| "port": 8889, | ||
| "testsEnvironment": false, | ||
justlevine marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "plugins": [ "." ], | ||
| "config": { | ||
| "FS_METHOD": "direct", | ||
| "WP_DEBUG": true, | ||
| "WP_DEBUG_LOG": "/var/www/html/wp-content/plugins/plugin-skeleton-d/tests/_output/debug-test.log" | ||
| }, | ||
| "mappings": { | ||
| "wp-content/plugins/plugin-skeleton-d": "." | ||
justlevine marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| } | ||
| } | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.