You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,10 +62,10 @@ When in doubt, open an issue first to discuss your change proposal.
62
62
... the actual page ...
63
63
```
64
64
* 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.
69
69
* The command replacement will not add markdown code fence syntax, so make sure to do this yourself.
70
70
* 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.
0 commit comments