WordPress / WordPress/plugin-check
Check: Owner of plugin in WordPress submission
@davidperezgar is already working on this.
Since Sep 27, 2024.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.