Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 3 years ago.
Improve this questionI plan on submitting a Gutenberg block to the repo.
What am I supposed to submit? Only the compiled code is distributed. Based on how the SVN repo works, it seams I should NOT be submitting the source code.
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 3 years ago.
Improve this questionI plan on submitting a Gutenberg block to the repo.
What am I supposed to submit? Only the compiled code is distributed. Based on how the SVN repo works, it seams I should NOT be submitting the source code.
Share Improve this question edited Aug 9, 2021 at 18:28 John Dee asked Aug 9, 2021 at 7:15 John DeeJohn Dee 5135 silver badges14 bronze badges 2- 1 I don't see anything about not submitting source code: developer.wordpress/plugins/wordpress-org/… What about SVN makes you think you shouldn't submit source code? – Jacob Peattie Commented Aug 9, 2021 at 15:25
- Only the plugin review team can truly answer this, ask them over on the forums or their Slack channel – Tom J Nowell ♦ Commented Aug 9, 2021 at 18:34
1 Answer
Reset to default 1Have a look at the handbook. And you're right, put the code to distribute there. I'm quoting the handbook:
SVN and the Plugin Directory are a release repository. Unlike Git, you shouldn’t commit every small change, as doing so can degrade performance. Please only push finished changes to your SVN repository.