Solomonabo / wp-content

0 stars 0 forks source link

add comments to your code in separate commits indicating customizations #16

Open greglinch opened 5 years ago

greglinch commented 5 years ago

I'm not able to see what you might have customized in this commit:

https://github.com/Solomonabo/wp-content/commit/cf00052c5d7fb2502063d9657384491d7290490f

If you made any customizations here (or in other files) that aren't granular enough for me to see the specific lines you added, please add a comment (with its own individual commit and proper commit message) for each code customization you made.

For example:

    // update X because of Y 
    <this is some PHP code>
    // end update

Or

    /* add styles to customize titles */
    <this is some CSS code>
    /* end add */
greglinch commented 5 years ago

Another couple of examples that possibly need comments to indicate your changes:

https://github.com/Solomonabo/wp-content/commit/6da4dbfee78b61b02a7b362f2a576e38f64274b6#diff-39b21504fd09a12f1a37471e3a13a631

https://github.com/Solomonabo/wp-content/commit/30a68d9ede3251342d6e2ee29abff163af6ce304#diff-2581cd521595675a1166aa8e8fd25f79

greglinch commented 5 years ago

Basically, if I don't see comments indicating what changed as part of your customization, I just have to assume you copy-pasted those from the parent theme.