WordPress / WordPress/plugin-check

Check: Owner of plugin in WordPress submission

Open
#676 0 comments 0 reactions 1 assignee View on GitHub

@davidperezgar is already working on this.

Since Sep 27, 2024.

[Team] Plugins Infrastructure
Dominant language
PHP
Stars
362
Forks
126
Avg merge
1d 23h
Merged PRs (30d)
22

Description

Is your feature request related to a problem?

As this plugin is part of the plugin submission, one thing that we have most is the user using a email from the profile that does not verifies the ownership of the plugin.

We compare the plugin uri with the profile. If it's not the same and is in a list of well known providers like @gmail.com, We reject that submission. We could make a new parameter in the WPCLI with the data of the user and make the check. That information could Meta send us by parameter.

That would save a lot of time of our reviews in the Team. We actually runs manually 40-50% of initial checks with the owner issue.

Describe the solution you'd like

We have already a parameter in wp-cli called --slug where it's used in wordpress.org submissions, in order to run the lang check with the correct slug. That parameters is used in execution of automatic check.

I propose that information could be like: --user_owner=profile,email@domain.com

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.