Update CONTRIBUTING.md

Closes #1125
This commit is contained in:
IanDelMar 2020-04-28 05:04:29 +02:00 committed by GitHub
parent 064e1d4534
commit ba6f43b6f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ People *love* thorough bug reports. I'm not even kidding.
## Use a Consistent Coding Style ## Use a Consistent Coding Style
* 2 spaces for indentation rather than tabs * Stick to the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)
* Use ./.editorconfig if your editor supports it * Use [./.editorconfig](https://github.com/understrap/understrap/blob/master/.editorconfig) if your editor supports it
<!-- * You can try running `npm run lint` for style unification --> <!-- * You can try running `npm run lint` for style unification -->
## License ## License