WordPress / wordpress.org

WordPress.org Meta, Git-ified. Synced from git://meta.git.wordpress.org/ This repository is just a mirror of the WordPress Meta subversion repository. Please include a link to a pre-existing ticket on https://meta.trac.wordpress.org/ with every pull request.
https://meta.trac.wordpress.org/
115 stars 147 forks source link

Improve plugin approval email to focus on deploying first version and following best practices. #365

Open StevenDufresne opened 2 months ago

StevenDufresne commented 2 months ago

In creating https://github.com/WordPress/wordpress.org/pull/362, I realized that there is a lot of missed opportunity in the plugin approval email to encourage users to use best practices from day one. Many of these best practices are important because failing to follow them makes it harder for these users to adopt important security features like Release Confirmations.

This is a proposal to update the approval email more holistically and provide an easy to read almost step by step guide for users to follow.


Congratulations! Your plugin, {plugin}, has been approved and is now live on the WordPress Plugin Directory.

Here's What You Need to Do Next:

Access Your SVN Repository

Your account ({username}) will be granted commit access to your Subversion (SVN) repository within the next hour.

Upload Your Code

Once access is active, upload your code to /trunk using SVN.

Deploy your code

Use the /tags folder to deploy your code. Follow these steps:

Prepare Your Plugin Assets

Make sure your plugin makes a great first impression in the directory.

Note: It may take up to 72 hours for your plugin to fully appear in search results.

You’re All Set!

Ensure your plugin stays compliant with the latest guidelines and if reach out if you need additional support!

frantorres commented 2 months ago

Thanks for the proposal, I'm going to rephrase some parts having in mind the typical doubts the review team see from plugin authors.


Congratulations! Your plugin, {plugin}, has been approved and is now ready to be live on the WordPress Plugin Directory.

Here's what you need to do next:

Your SVN repository for this plugin

Your account ({username}) will be granted commit access to your Subversion (SVN) repository within the next hour.

Your SVN credentials

If this is the first time you use SVN or don't have your credentials at hand, you can set up your SVN credentials in the “Account & Security” section of your WordPress.org profile.

Remember:

Upload and Deploy your code

You must use SVN to upload and update your code -- we are unable to do that for you.

If you're new to SVN, or need a refresher, check out How to Use Subversion with the WordPress Plugin Directory.

Once access is active, in general terms, this is what you would need to do to upload or update your plugin:

For example:

After doing this, wait for a few minutes and done, you code is live!

If your code is not visible after this, please check again that you are setting up exactly the same version in the Stable Tag and Version fields and as {version} in the /tags/{version} directory. If there was a mistake there, an easy way to fix it is to change the version to a higher one and redo the process.

Directory options

Configure its appearance in the directory

Make sure your plugin makes a great first impression in the directory.

Note: It may take up to 72 hours for your plugin to fully appear in search results.

Admin tools

After it is published, you can go to the "Advanced" section of your plugin page to:

You’re All Set!

Make sure your plugin complies with the latest guidelines and is secure while it's hosted in the directory.

If you have issues or questions, please reply to this email and let us know.

Enjoy!