-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from WordPress/master
Merge master from gutenberg
- Loading branch information
Showing
1,525 changed files
with
37,316 additions
and
37,966 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
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
Validating CODEOWNERS rules …
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,40 +1,68 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
about: Report a bug with the WordPress block editor or Gutenberg plugin | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
<!-- | ||
Please fill out ALL required sections. Bug reports with missing information will | ||
be closed. | ||
**To reproduce** | ||
Steps to reproduce the behavior: | ||
Before submitting a bug report: | ||
- Check if the bug has already been fixed by updating WordPress and/or Gutenberg. | ||
- Check if the bug is caused by a plugin by deactivating all plugins except Gutenberg. | ||
- Check if the bug is caused by a theme by activating a default theme e.g. Twenty Twenty. | ||
- Check if the bug has already been reported by searching https://github.com/WordPress/gutenberg/issues. | ||
If this is a security issue, please report it in HackerOne instead: | ||
https://hackerone.com/wordpress | ||
--> | ||
|
||
## Description | ||
<!-- Please write a brief description of the bug. --> | ||
|
||
## Step-by-step reproduction instructions | ||
<!-- | ||
Please list the steps needed to reproduce the bug. For example: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Editor version (please complete the following information):** | ||
- WordPress version: [e.g: 5.3.2] | ||
- Does the website has Gutenberg plugin installed, or is it using the block editor that comes by default? [e.g: "gutenberg plugin", "default"] | ||
- If the Gutenberg plugin is installed, which version is it? [e.g., 7.6] | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** | ||
- To report a security issue, please visit the WordPress HackerOne program: https://hackerone.com/wordpress. | ||
2. Click on '...' | ||
3. Scroll down to '...' | ||
--> | ||
|
||
## Expected behaviour | ||
<!-- Please describe what you expected to happen. --> | ||
|
||
## Actual behaviour | ||
<!-- Please describe what actually happened. --> | ||
|
||
## Screenshots or screen recording (optional) | ||
<!-- | ||
If possible, please upload a screenshot or screen recording which demonstrates | ||
the bug. You can use LIEcap to create a GIF screen recording: | ||
https://www.cockos.com/licecap/ | ||
--> | ||
|
||
## Code snippet (optional) | ||
<!-- | ||
If this bug is to related to a developer API, please share a code snippet that | ||
demonstrates the issue. | ||
For small snippets paste it directly here, or you can use GitHub Gist to share | ||
multiple code files: https://gist.github.com | ||
Please ensure the shared code can be used by a developer to reproduce the | ||
issue—ideally it can be copied into a local development environment or executed | ||
in a browser console to help debug the issue. | ||
--> | ||
|
||
## WordPress information | ||
- WordPress version: <!-- e.g. "5.6.0". Find this in Tools → Site Health → Info → WordPress --> | ||
- Gutenberg version: <!-- e.g. "9.4.0" or "Not installed" --> | ||
- Are all plugins except Gutenberg deactivated? <!-- "Yes" or "No" --> | ||
- Are you using a default theme (e.g. Twenty Twenty-One)? <!-- "Yes" or "No" --> | ||
|
||
## Device information | ||
- Device: <!-- e.g. "Desktop" or "iPhone 11" --> | ||
- Operating system: <!-- e.g. "Windows 10" or "iOS 14" --> | ||
- Browser: <!-- e.g. "Chrome 86.0" or "Mobile Safari" --> |
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,55 @@ | ||
--- | ||
name: Bug report (Mobile) | ||
about: Report a bug with the mobile app version of Gutenberg | ||
labels: Mobile App Android/iOS | ||
|
||
--- | ||
|
||
<!-- | ||
Please fill out ALL required sections. Bug reports with missing information will | ||
be closed. | ||
Before submitting a bug report: | ||
- Check if the bug has already been fixed by updating WordPress and/or Gutenberg. | ||
- Check if the bug is caused by a plugin by deactivating all plugins except Gutenberg. | ||
- Check if the bug is caused by a theme by activating a default theme e.g. Twenty Twenty. | ||
- Check if the bug has already been reported by searching https://github.com/WordPress/gutenberg/issues. | ||
If this is a security issue, please report it in HackerOne instead: | ||
https://hackerone.com/wordpress | ||
--> | ||
|
||
## Description | ||
<!-- Please write a brief description of the bug. --> | ||
|
||
## Step-by-step reproduction instructions | ||
<!-- | ||
Please list the steps needed to reproduce the bug. For example: | ||
1. Go to '...' | ||
2. Click on '...' | ||
3. Scroll down to '...' | ||
--> | ||
|
||
## Expected behaviour | ||
<!-- Please describe what you expected to happen. --> | ||
|
||
## Actual behaviour | ||
<!-- Please describe what actually happened. --> | ||
|
||
## Screenshots or screen recording (optional) | ||
<!-- | ||
If possible, please upload a screenshot or screen recording which demonstrates | ||
the bug. | ||
--> | ||
|
||
## WordPress information | ||
- WordPress version: <!-- e.g. "5.6.0". Find this in Tools → Site Health → Info → WordPress --> | ||
- Gutenberg version: <!-- e.g. "9.4.0" or "Not installed" --> | ||
- Are all plugins except Gutenberg deactivated? <!-- "Yes" or "No" --> | ||
- Are you using a default theme (e.g. Twenty Twenty-One)? <!-- "Yes" or "No" --> | ||
|
||
## Device information | ||
- Device: <!-- e.g. "Pixel 4" or "iPhone 11" --> | ||
- Operating system: <!-- e.g. "Android 11.0" or "iOS 14.0" --> | ||
- WordPress app version: <!-- e.g. "16.3" or branch name / git commit hash --> |
This file was deleted.
Oops, something went wrong.
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,14 +1,18 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
about: Propose an idea for a feature or an enhancement | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
## What problem does this address? | ||
<!-- | ||
Please describe if this feature or enhancement is related to a current problem | ||
or pain point. For example, "I'm always frustrated when ..." or "It is currently | ||
difficult to ...". | ||
--> | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
## What is your proposed solution? | ||
<!-- | ||
Please outline the feature or enhancement that you want and how it addresses any | ||
problem identified above. | ||
--> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.