I want to contribute to a WordPress plugin, I asked plugin support, and they only have the WordPress default SVN repo.
I don't how to send pull requests using SVN,
Can anybody assist me, please?
Thanks
If you use GitHub, you can implement with GitHub action for deploying to WordPress SVN
See the documentation:
https://github.com/10up/action-wordpress-plugin-deploy
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: my-super-cool-plugin # optional, remove if GitHub repo name matches SVN slug, including capitalization