Skip to content

Commit c97e4c5

Browse files
jrfnlafilina
andauthored
[SQUASH-ME] Update CONTRIBUTING.md
Co-authored-by: Anna Filina <[email protected]>
1 parent f5e9749 commit c97e4c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ When in doubt, open an issue first to discuss your change proposal.
6262
... the actual page ...
6363
```
6464
* Guidelines for command replacement placeholders:
65-
* A marker MUST look like `{{COMMAND-OUTPUT ...}}` with `...` being replacement with a quoted `phpcs` or `phpcbf` command.
66-
* A marker MUST be at the start of a line.
67-
* A marker MUST be on a line by itself.
68-
* Commands will be run from the project root directory. Keep this in mind when adding a command replacement marker to a Wiki file.
65+
* A placeholder MUST look like `{{COMMAND-OUTPUT ...}}` with `...` replaced with a quoted `phpcs` or `phpcbf` command. Example: `{{COMMAND-OUTPUT "phpcbf --report-width=110 --no-colors -h"}}`
66+
* A placeholder MUST be at the start of a line.
67+
* A placeholder MUST be on a line by itself.
68+
* Commands will be run from the project root directory. Keep this in mind when adding a placeholder to a Wiki file.
6969
* The command replacement will not add markdown code fence syntax, so make sure to do this yourself.
7070
* If a code sample is needed to generate the desired output, place the code sample in a file in the `build/wiki-code-samples` directory.
7171

0 commit comments

Comments
 (0)