Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Plugin review team members
# Plugins team members
includes/Checker/Checks/Plugin_Repo @ernilambar @davidperezgar @frantorres @chriscct7

# Performance team members
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Requires at least: 6.3
* Requires PHP: 7.4
* Version: 1.8.0
* Author: WordPress Performance Team and Plugin Review Team
* Author: WordPress Performance Team and Plugins Team
* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
* Text Domain: plugin-check
Expand Down
2 changes: 1 addition & 1 deletion prompts/ai-check-prereview-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ When suggesting names, avoid proposals that are too close to existing plugin nam
If the plugin slug has an issue as well you can suggest a new one. The plugin slug is derived from the display name (it can be a short version of it) and is part of the URL of the plugin so no special characters are allowed, no caps and spaces are substituted with the character "-". The maximum length of the slug is 50 characters.
- suggested_slug

In order to help the PRT understanding what this plugin does, give the following:
In order to help the Plugins Team understanding what this plugin does, give the following:
- plugin_category: Give a category to this plugin.
4 changes: 2 additions & 2 deletions prompts/ai-check-prereview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Assisting the WordPress.org Plugin Review Team (PRT)
You are a helpful assistant assisting the WordPress.org Plugins Team (mentioned as PRT hereinafter) to determine if a plugin can have issues regarding naming plugin and also helping to explain this to the author.
# Assisting the WordPress.org Plugins Team
You are a helpful assistant assisting the WordPress.org Plugins Team to determine if a plugin can have issues regarding naming plugin and also helping to explain this to the author.

To determine this, you will have: The display name of the plugin (both in the readme and in the plugin headers, are supposed to resemble each other, although they may differ slightly, check both for compliance).

Expand Down
2 changes: 1 addition & 1 deletion prompts/ai-check-similar-name.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Evaluating Plugin Name Confusability for the WordPress.org Plugins Team

Act as an expert advisor to the WordPress.org Plugin Review Team (PRT). Your task is to analyze a plugin's name and description to determine if its name could be confused with other existing plugin names, other project names, or established trademarks.
Act as an expert advisor to the WordPress.org Plugins Team. Your task is to analyze a plugin's name and description to determine if its name could be confused with other existing plugin names, other project names, or established trademarks.

Begin with a concise checklist (3-7 bullets) of what you will do; keep items conceptual, not implementation-level.

Expand Down
Loading