#1839 closed enhancement (fixed)
Update Plugin Approval Email with DevHub URLs
Reported by: | Ipstenu | Owned by: | Otto42 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | needs-patch |
Cc: |
Description
Currently our approval email is this:
Your plugin hosting request has been approved. Within one hour, you will have access to your SVN repository at https://plugins.svn.wordpress.org/{PLUGIN_SLUG}/ with your WordPress.org/bbPress.org username and password (the same one you use on the forums). Here's some handy links to help you get started. Using Subversion with the WordPress Plugins Directory https://wordpress.org/plugins/about/svn/ FAQ about the WordPress Plugins Directory https://wordpress.org/plugins/about/faq/ WordPress Plugins Directory readme.txt standard https://wordpress.org/plugins/about/readme.txt readme.txt validator: https://wordpress.org/plugins/about/validator/ Enjoy!
I would like to change it to use the new URLs, add a few links to common issues, and a small clarification of your username/password
Your plugin hosting request has been approved. Within one hour, you will have access to your SVN repository at https://plugins.svn.wordpress.org/{PLUGIN_SLUG}/ with the WordPress.org username and password you used to log in and submit your request. Your username is case sensitive. Here are some handy links to help you get started. WordPress Plugin Repository Guidelines: https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/ Using Subversion with the WordPress Plugins Directory: https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/ FAQ about the WordPress Plugins Directory: https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/ WordPress Plugins Directory readme.txt standard: https://wordpress.org/plugins/about/readme.txt A readme.txt validator: https://wordpress.org/plugins/about/validator/ Plugin Assets (header images etc): https://developer.wordpress.org/plugins/wordpress-org/plugin-assets/ If you have issues, please reply to this email and let us know. Enjoy!
Change History (18)
#2
in reply to:
↑ 1
;
follow-up:
↓ 3
@
8 years ago
@lukecavanagh - can you make a second ticket for that please? :)
#4
@
8 years ago
How does this look:
{USERNAME}, Congratulations, your plugin hosting request has been approved. Within one hour, you will have access to your SVN repository with the WordPress.org username and password you used to log in and submit your request. Your username is case sensitive. https://plugins.svn.wordpress.org/{PLUGIN_SLUG}/ Here are some handy links to help you get started. WordPress Plugin Directory Guidelines: https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/ Using Subversion with the WordPress Plugin Directory: https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/ FAQ about the WordPress Plugin Directory: https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/ WordPress Plugin Directory readme.txt standard: https://wordpress.org/plugins/about/readme.txt A readme.txt validator: https://wordpress.org/plugins/about/validator/ Plugin Assets (header images etc): https://developer.wordpress.org/plugins/wordpress-org/plugin-assets/ If you have issues, please reply to this email and let us know. Enjoy! -The WordPress Plugin Directory Team https://make.wordpress.org/plugins/
It's everything @Ipstenu recommended with a few tweaks made in the (currently used) version coded in the new directory:
- "Congratulations" at the opening.
- Putting the SVN link after the verbiage about access and username to use (rather than in the middle).
- The signature and link to make/plugins at the end.
Additionally it uses "WordPress Plugin Directory" (non-plural).
I'll ensure the new and old templates are synced when updated.
#5
@
8 years ago
Can we change "If you have issues" to "If you have issues or questions" -- I have a hope it will get people to ask "How do I close..." ;)
This ticket was mentioned in Slack in #meta by obenland. View the logs.
8 years ago
#8
@
8 years ago
- Milestone set to Plugin Directory v3 - M7
- Owner set to obenland
- Status changed from new to accepted
#11
@
8 years ago
If we're finalized on the wording of the email, then it's a pretty simple change to the code to use it for the current directory.
@ipstenu Final version of the email?
#12
@
8 years ago
Final copy:
{USERNAME}, Congratulations, your plugin hosting request has been approved. Within one hour you will have access to your SVN repository with the WordPress.org username and password you used to log in and submit your request. Your username is case sensitive. https://plugins.svn.wordpress.org/{PLUGIN_SLUG}/ Here are some handy links to help you get started. WordPress Plugin Directory Guidelines: https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/ Using Subversion with the WordPress Plugin Directory: https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/ FAQ about the WordPress Plugin Directory: https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/ WordPress Plugin Directory readme.txt standard: https://wordpress.org/plugins/about/readme.txt A readme.txt validator: https://wordpress.org/plugins/about/validator/ Plugin Assets (header images etc): https://developer.wordpress.org/plugins/wordpress-org/plugin-assets/ If you have issues or questions, please reply to this email and let us know. Enjoy! -The WordPress Plugin Directory Team https://make.wordpress.org/plugins/
This ticket was mentioned in Slack in #meta by obenland. View the logs.
8 years ago
#14
@
8 years ago
@Otto42 When you get a chance, could you get this in ahead of Wednesday's meeting?
#15
@
8 years ago
- Resolution set to fixed
- Status changed from accepted to closed
Fixed in dotorg 12341.
#16
@
8 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
This should probably be updated in the new directory as well: https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-status-transitions.php#L128
@Ipstenu
As someone that just submitted a first plugin to the repo, the more complete email confirmation would have helped.