-
Notifications
You must be signed in to change notification settings - Fork 0
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 #36 from woocommerce/24-08/add/validation-test-basics
Add initial shell of validation test documentation
- Loading branch information
Showing
3 changed files
with
26 additions
and
8 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,16 @@ | ||
# Validation Tests | ||
|
||
Our validation test is designed to inform you of any issues with plugin and theme metadata. Right now it is purely informative, but in the future it may block submissions or updates. | ||
|
||
## Types of Issues Flagged | ||
The presence and value of certain headers will be checked: | ||
|
||
- `Requires PHP` - warning if not present in main plugin or theme file. | ||
- More coming soon! | ||
|
||
## What to do if it fails | ||
|
||
If your validation test is failing, please review the following steps: | ||
- Open the test report. | ||
- Identify the causes of the failure (typically a missing or misspelled header) and remedy it. | ||
- If you believe you've run across a bug in the test, please email us at [email protected] so we can review and make the necessary adjustments. |
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