From ba6f43b6f930b748b347adc034d1781bc844c3f8 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Tue, 28 Apr 2020 05:04:29 +0200 Subject: [PATCH] Update CONTRIBUTING.md Closes #1125 --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 84c9893..758a572 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -43,8 +43,8 @@ People *love* thorough bug reports. I'm not even kidding. ## Use a Consistent Coding Style -* 2 spaces for indentation rather than tabs -* Use ./.editorconfig if your editor supports it +* Stick to the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/) +* Use [./.editorconfig](https://github.com/understrap/understrap/blob/master/.editorconfig) if your editor supports it ## License