WordPress-Plugin-Boilerplate
WordPress-Plugin-Boilerplate copied to clipboard
Add PHPCS Github Action
With Wordpress coding standards by default
@w3bdesign - I have revamped the Boilerplate to WPCS compliance here https://github.com/TukuToi/better-wp-plugin-boilerplate But how would I add your PR to Git? I am eager to do so, or accept your PR there, or contribution.
I just don't know how to add it to Git, I am using it on my local IDE instead.
You add the fork repo of the person adding a pull request as a different origin on your git repo (locally), then pull all changes, then use git cherry-pick hash
to load the commits of their PR.
@TukuToi
Take a look at https://github.com/TukuToi/better-wp-plugin-boilerplate/pull/4