diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3abe47c26..5301480e2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ -# Plugin review team members +# Plugins team members includes/Checker/Checks/Plugin_Repo @ernilambar @davidperezgar @frantorres @chriscct7 # Performance team members diff --git a/plugin.php b/plugin.php index 8f85e7cc6..29ff2e076 100644 --- a/plugin.php +++ b/plugin.php @@ -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 diff --git a/prompts/ai-check-prereview-output.md b/prompts/ai-check-prereview-output.md index 3899b5def..c1a845eb9 100644 --- a/prompts/ai-check-prereview-output.md +++ b/prompts/ai-check-prereview-output.md @@ -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. diff --git a/prompts/ai-check-prereview.md b/prompts/ai-check-prereview.md index d164913d7..3aa7a9f69 100644 --- a/prompts/ai-check-prereview.md +++ b/prompts/ai-check-prereview.md @@ -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). diff --git a/prompts/ai-check-similar-name.md b/prompts/ai-check-similar-name.md index 73614e261..984fc2505 100644 --- a/prompts/ai-check-similar-name.md +++ b/prompts/ai-check-similar-name.md @@ -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.