You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
Merge pull request #1267 from jrfnl/feature/cs-update
Bring code style up to the latest standards
- This PR addresses code-style issues identified when testing the code against the WordPress Coding Standards.
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Found a bug you can fix? Fantastic! Patches are always welcome. Here's a few tip
22
22
* Include the purpose of your PR. Be explicit about the issue your PR solves.
23
23
* Reference any existing issues that relate to your PR. This allows everyone to easily see all related discussions.
24
24
* When submitting a change that affects CSS, please make sure that both SCSS sources and output CSS have been updated equally.
25
+
*`_s` complies with the [WordPress Coding Standards](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/) and any PR should comply as well.
25
26
26
27
By contributing code to `_s`, you grant its use under the [GNU General Public License v2 (or later)](LICENSE).
0 commit comments