Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,15 @@ If you are not setup to detect WPCS errors, consider the following steps.

Clone the official [WordPress Coding Standards repository][wpcs-repo] in
your home folder. To do so, run the following commands:
if using ssh
```shell
cd
git clone git@github.com:WordPress-Coding-Standards/WordPress-Coding-Standards.git wpcs
```
if using https
```shell
git clone https://github.com/WordPress/WordPress-Coding-Standards.git
```

5. **Tell PHPCS about this directory**

Expand All @@ -94,7 +99,7 @@ If you are not setup to detect WPCS errors, consider the following steps.

Confirm that it is working by running the following command:
```shell
phpcs-i
phpcs -i
```
The output should be:
```
Expand Down