From f03dfdecd5998274764637e741875ae6e328979d Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 27 Feb 2018 15:03:17 +0100 Subject: [PATCH] Contributing: add directive about compliance with WPCS --- .github/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 11c023c4..a8bbf9bb 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -22,6 +22,7 @@ Found a bug you can fix? Fantastic! Patches are always welcome. Here's a few tip * Include the purpose of your PR. Be explicit about the issue your PR solves. * Reference any existing issues that relate to your PR. This allows everyone to easily see all related discussions. * When submitting a change that affects CSS, please make sure that both SCSS sources and output CSS have been updated equally. +* `_s` complies with the [WordPress Coding Standards](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/) and any PR should comply as well. By contributing code to `_s`, you grant its use under the [GNU General Public License v2 (or later)](LICENSE).