WordPress-Plugin-Boilerplate icon indicating copy to clipboard operation
WordPress-Plugin-Boilerplate copied to clipboard

Add PHPCS Github Action

Open w3bdesign opened this issue 4 years ago • 2 comments

With Wordpress coding standards by default

w3bdesign avatar May 24 '20 19:05 w3bdesign

@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.

smileBeda avatar Jul 08 '21 08:07 smileBeda

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.

davidsneighbour avatar Jul 08 '21 09:07 davidsneighbour

@TukuToi

Take a look at https://github.com/TukuToi/better-wp-plugin-boilerplate/pull/4

w3bdesign avatar Jul 09 '21 01:07 w3bdesign