You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix spacing in new contributor welcome message (#28958)
* Fix spacing in new contributor welcome message
After committing this new welcome message #28118, I noticed a few minor spacing issues in the implementation. This PR is a very simple fix to get proper spacing in place!
* update test
Co-authored-by: ntsekouras <[email protected]>
':wave: Thanks for your first Pull Request and for helping build the future of Gutenberg and WordPress, @'+
60
60
author+
61
-
"!. In case you missed it, we'd love to have you join us in our [Slack community](https://make.wordpress.org/chat/),"+
61
+
"! In case you missed it, we'd love to have you join us in our [Slack community](https://make.wordpress.org/chat/),"+
62
62
'where we hold [regularly weekly meetings](https://make.wordpress.org/core/tag/core-editor-summary/) open to anyone to coordinate with each other.\n\n'+
63
63
'If you want to learn more about WordPress development in general, check out the [Core Handbook](https://make.wordpress.org/core/handbook/) full of helpful information.',
':wave: Thanks for your first Pull Request and for helping build the future of Gutenberg and WordPress, @ghost'+
67
-
"!. In case you missed it, we'd love to have you join us in our [Slack community](https://make.wordpress.org/chat/),"+
68
-
'where we hold [regularly weekly meetings](https://make.wordpress.org/core/tag/core-editor-summary/) open to anyone to coordinate with each other.\n\n'+
67
+
"! In case you missed it, we'd love to have you join us in our [Slack community](https://make.wordpress.org/chat/),"+
68
+
'where we hold [regularly weekly meetings](https://make.wordpress.org/core/tag/core-editor-summary/) open to anyone to coordinate with each other.\n\n'+
69
69
'If you want to learn more about WordPress development in general, check out the [Core Handbook](https://make.wordpress.org/core/handbook/) full of helpful information.';
0 commit comments